Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude replies from list timelines (mastodon#8683)
* Changed list behaviour I added the following line to the FeedManager (app/lib/feed_manager.rb) in the push_to_list function: `return false if status.reply?` Now all posts that are replies are filtered out, so that now only "genuine" posts are displayed in the list. This is a first approach to solve issue mastodon#5916 * Update feed_manager.rb As suggested by @Gargron
- Loading branch information