Skip to content
Snippets Groups Projects
  1. Oct 04, 2018
  2. Oct 03, 2018
  3. Oct 02, 2018
  4. Oct 01, 2018
  5. Sep 29, 2018
  6. Sep 28, 2018
  7. Sep 27, 2018
    • cbayerlein's avatar
      Exclude replies from list timelines (#8683) · 4b785461
      cbayerlein authored
      * 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
      4b785461
Loading