Pull from mastodon

https://github.com/tootsuite/mastodon/pull/12324
This commit is contained in:
mgabdev 2020-05-19 15:37:30 -04:00
parent 9f9b410207
commit 535e76a02f

@ -131,7 +131,7 @@ class FeedManager
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