Age | Commit message (Collapse) | Author |
|
|
|
what a mess... threading this through to any point where printing happens is upsetting. probably should be a global mutable behind accessors.
|
|
also ... include profile command file, which i neglected to include in a prior commit
|
|
open issues: something is wrong with loading settings - something gets
replayed from main account to alternate accounts.
auth'ing a new account doesn't set handle, name, etc.
i think most issue are because events aren't recorded with what
connection they came from - welcome event for any account gets replayed
onto curr_profile because we simply don't know which connection the
event was from.
the same will happen for twitter events, but those aren't logged.
|
|
|
|
|
|
also fix bug where cached user info takes precedence over (possibly
updated) api json user info
|
|
|
|
|
|
|
|
|
|
|