diff options
author | iximeow <me@iximeow.net> | 2017-12-02 22:50:46 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2017-12-03 01:27:58 -0800 |
commit | 911b121e46661abd40f5710466031e3db55f075c (patch) | |
tree | 3306415350ea120f179286a3124bafefdeb21a7c /cache | |
parent | 5c443f156ade38810eeaa7e63378714ba4607c51 (diff) |
rebrand + fix cache/profile json
also set current profile to first auth'd account, when starting from a
blank slate.
silence follower changes because it's not sanely displayed yet (and may
never be)
Diffstat (limited to 'cache')
-rw-r--r-- | cache/profile.json | 2 | ||||
-rw-r--r-- | cache/tweets.json | 0 | ||||
-rw-r--r-- | cache/users.json | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/cache/profile.json b/cache/profile.json index d267003..8839791 100644 --- a/cache/profile.json +++ b/cache/profile.json @@ -1 +1 @@ -{"app_key":{"key":"rTwEnj5avlY7UKd7rIf2wlxYe","secret":"yZU3xkDyfTj1pfcbNBOkcYTLdrWWJwOkDQXvxcNsqc5PMsDwhA"},"profile":null,"following":[],"following_history":{},"followers":[],"lost_followers":[],"follower_history":{},"threads":{}} +{"app_key":{"key":"mS0xDX2LBVOohjeHW0JsJEBhF","secret":"q54t40D7LQZgQgHScpyXan5YlTxc3qKBu8SbC7w6kH0DsBZcu9"},"profiles":{},"mutes":{"users":{},"tweets":{},"words":[]},"threads":{}} diff --git a/cache/tweets.json b/cache/tweets.json new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/cache/tweets.json diff --git a/cache/users.json b/cache/users.json new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/cache/users.json |