buckket / twtxt

Decentralised, minimalist microblogging service for hackers.
http://twtxt.readthedocs.org/en/stable/
MIT License
1.91k stars 79 forks source link

When in offline mode, make cache multi-user safe #117

Closed buckket closed 8 years ago

buckket commented 8 years ago

When loading cached Tweets currently we don't do any checks if we really should display them.

Multiple users sharing the same cache file will result in showing them Tweets from sources they don't necessarily follow.

Add a helper function for loading cached Tweets and check following list.