klinker24 / talon-for-twitter-android

The most powerful and beautiful Twitter client available.
https://klinkerapps.com/talon-overview
1.19k stars 184 forks source link

Filter mentions to only people you follow or verified accounts #81

Open klinker24 opened 7 years ago

klinker24 commented 7 years ago

This is in the official app now, some people liked it. I think I will just put a selector in settings.

Talon isn't quite prepared for this yet though. I need to store whether or not a use is verified.

I am not sure how I should go about doing it for only the people you follow. I am not currently storing that information. Might just have to lookup when the mentions come in and add a column to the database for is_following or something