parent
dbe5461df2
commit
c15d4f12dc
@ -131,7 +131,7 @@ class FeedManager
|
|||||||
break if statuses.empty?
|
break if statuses.empty?
|
||||||
|
|
||||||
statuses.each do |status|
|
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?)
|
added += 1 if add_to_feed(:home, account.id, status, account.user&.aggregates_reblogs?)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user