We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've received reports that keyword mutes work on lists, which is probably desirable behavior but I have no idea how they're working.
Write some specs to exercise these code paths, and make sure you know how to make those specs fail if they don't fail outright.
The text was updated successfully, but these errors were encountered:
Keyword mutes (actually, all filtering options) apply to lists because FeedInsertWorker treats lists with the same filtering logic as the home feed. See https://github.com/glitch-soc/mastodon/blob/master/app/workers/feed_insert_worker.rb#L25-L41 for details.
FeedInsertWorker
I still think it makes sense to write a spec for this, though the existing specs in FeedInsertWorker are a bit thin.
Sorry, something went wrong.
No branches or pull requests
I've received reports that keyword mutes work on lists, which is probably desirable behavior but I have no idea how they're working.
Write some specs to exercise these code paths, and make sure you know how to make those specs fail if they don't fail outright.
The text was updated successfully, but these errors were encountered: