Skip to content

Commit 535e76a

Browse files
author
mgabdev
committed
Pull from mastodon
mastodon/mastodon#12324
1 parent 9f9b410 commit 535e76a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/lib/feed_manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def populate_feed(account)
131131
break if statuses.empty?
132132

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

0 commit comments

Comments
 (0)