This commit is contained in:
mgabdev 2020-05-01 12:06:07 -04:00
parent 4c3be2b894
commit bff9abcb89
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class FeedManager
break if statuses.empty?
statuses.each do |status|
next if filter_from_home?(status, account.id)
next if filter_from_home?(status, account)
added += 1 if add_to_feed(:home, account.id, status, account.user&.aggregates_reblogs?)
end