revert c15d4f12d
This commit is contained in:
parent
4c3be2b894
commit
bff9abcb89
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue