Skip to content

Commit

Permalink
Pull from mastodon
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabdev committed May 19, 2020
1 parent 9f9b410 commit 535e76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/feed_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def populate_feed(account)
break if statuses.empty?

statuses.each do |status|
next if filter_from_home?(status, account)
next if filter_from_home?(status, account.id)
added += 1 if add_to_feed(:home, account.id, status, account.user&.aggregates_reblogs?)
end

Expand Down

0 comments on commit 535e76a

Please sign in to comment.