diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-08-17 05:31:03 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-08-30 05:45:18 -0500 |
commit | 2db84dda1c4353c16655c7b66facd32cb1772afb (patch) | |
tree | a5e688a3da0be57eb0761fa7e4b654f9991ca482 /app | |
parent | e5ac4d3f830df54d8913cbfc67e302cb84caa9bd (diff) |
[Bug] receiver_id -> into_account.id
Diffstat (limited to 'app')
-rw-r--r-- | app/lib/feed_manager.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/feed_manager.rb b/app/lib/feed_manager.rb index c62f4d82f..87065a198 100644 --- a/app/lib/feed_manager.rb +++ b/app/lib/feed_manager.rb @@ -145,7 +145,7 @@ class FeedManager statuses = query.to_a crutches = build_crutches(into_account.id, statuses) - filter_options = filter_options_for(receiver_id) + filter_options = filter_options_for(into_account.id) statuses.each do |status| next if filter_from_home?(status, into_account.id, crutches, filter_options) |