Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Hide tweets from muted users #96

Open
funnelfiasco opened this issue Oct 13, 2016 · 2 comments
Open

Hide tweets from muted users #96

funnelfiasco opened this issue Oct 13, 2016 · 2 comments

Comments

@funnelfiasco
Copy link
Contributor

Muted users still show up in the API feed. We could filter them client side by getting a list (see https://dev.twitter.com/rest/reference/get/mutes/users/list) and checking that before handling the tweet. This would be a nice feature to add.

@makkanx
Copy link

makkanx commented Nov 22, 2016

filterusers="" or am I missing something?

@funnelfiasco
Copy link
Contributor Author

Right now using filterusers requires manual intervention. This issue is for automating it. I had actually forgotten about filterusers, so that handles the checking part for us, but we still need to add the "get a list of muted users" part.

@funnelfiasco funnelfiasco self-assigned this Jul 26, 2017
@funnelfiasco funnelfiasco added this to the 2.10.0 milestone Jul 26, 2017
@funnelfiasco funnelfiasco removed this from the 2.10.0 milestone Sep 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants