mastodon/app/lib
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
2018-09-28 00:37:21 +02:00
..
activitypub Redesign forms, verify link ownership with rel="me" (#8703) 2018-09-18 16:45:58 +02:00
ostatus
settings Add ability to change an instance default theme from the administration panel (#7092) (#8381) 2018-08-23 14:17:35 +02:00
activity_tracker.rb
application_extension.rb
delivery_failure_tracker.rb
entity_cache.rb
exceptions.rb
extractor.rb
fast_geometry_parser.rb
feed_manager.rb Exclude replies from list timelines (#8683) 2018-09-28 00:37:21 +02:00
formatter.rb Fix autoplay issue with spoiler tag (#8540) 2018-08-31 15:16:59 +02:00
hash_object.rb
inline_renderer.rb
language_detector.rb
potential_friendship_tracker.rb
request.rb Do not sign useless User-Agent or Accept-Encoding headers (#8533) 2018-08-31 04:22:52 +02:00
rss_builder.rb
sanitize_config.rb
sidekiq_error_handler.rb
status_filter.rb
status_finder.rb
tag_manager.rb
themes.rb
user_settings_decorator.rb Add a new preference to always hide all media (#8569) 2018-09-25 05:09:35 +02:00
webfinger_resource.rb