chuckya/app
cbayerlein 4b78546135 Exclude replies from list timelines ()
* 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 

* Update feed_manager.rb

As suggested by @Gargron
2018-09-28 00:37:21 +02:00
..
chewy Get rid of Chewy order/limit warning () 2018-08-22 02:44:56 +02:00
controllers Add a new preference to always hide all media () 2018-09-25 05:09:35 +02:00
helpers Migrate to font-awesome 5.0. () 2018-09-27 17:08:56 +02:00
javascript Fix some icon names changed by the Font Awesome 5. () 2018-09-27 20:36:36 +02:00
lib Exclude replies from list timelines () 2018-09-28 00:37:21 +02:00
mailers Fix low-hanging rubocop gripes () 2018-08-26 19:22:46 +02:00
models Add a new preference to always hide all media () 2018-09-25 05:09:35 +02:00
policies Allow mods to disable login, improve message when login disabled () 2018-08-23 23:26:29 +02:00
presenters Add admin custom CSS setting () 2018-08-24 04:33:27 +02:00
serializers Add a new preference to always hide all media () 2018-09-25 05:09:35 +02:00
services Support link verification with redirects () 2018-09-20 00:10:35 +02:00
validators Call address instead of exchange () 2018-07-26 04:49:28 +02:00
views Migrate to font-awesome 5.0. () 2018-09-27 17:08:56 +02:00
workers Redesign forms, verify link ownership with rel="me" () 2018-09-18 16:45:58 +02:00