You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
cbayerlein 4b78546135 Exclude replies from list timelines (#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 #5916

* Update feed_manager.rb

As suggested by @Gargron
6 years ago
..
chewy Get rid of Chewy order/limit warning (#8355) 6 years ago
controllers Add a new preference to always hide all media (#8569) 6 years ago
helpers Migrate to font-awesome 5.0. (#8799) 6 years ago
javascript Fix some icon names changed by the Font Awesome 5. (#8796) 6 years ago
lib Exclude replies from list timelines (#8683) 6 years ago
mailers Fix low-hanging rubocop gripes (#8458) 6 years ago
models Add a new preference to always hide all media (#8569) 6 years ago
policies Allow mods to disable login, improve message when login disabled (#8329) 6 years ago
presenters Add admin custom CSS setting (#8399) 6 years ago
serializers Add a new preference to always hide all media (#8569) 6 years ago
services Support link verification with redirects (#8735) 6 years ago
validators Call address instead of exchange (#8076) 7 years ago
views Migrate to font-awesome 5.0. (#8799) 6 years ago
workers Redesign forms, verify link ownership with rel="me" (#8703) 6 years ago