bildpunkt / surfbird

A Microblogging client built on Electron and Vue
MIT License
331 stars 56 forks source link

Hiding Tweets #38

Closed pixeldesu closed 8 years ago

pixeldesu commented 8 years ago

Hide tweets and follow up content (quotes, retweets and replies), suggested by @stawberri

Due to API limitations (and trying to be sparse with our request limit) we could only hide direct descendant replies to a tweet, as all other methods would require us to fully cycle through all replied statuses, which wastes a ton of requests.

Roadmap:

pixeldesu commented 8 years ago

Added in cb82280