summaryrefslogtreecommitdiffstats
path: root/app/services/unsuspend_account_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/unsuspend_account_service.rb')
-rw-r--r--app/services/unsuspend_account_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/unsuspend_account_service.rb b/app/services/unsuspend_account_service.rb
index 3e731ddd9f7..fe49e347171 100644
--- a/app/services/unsuspend_account_service.rb
+++ b/app/services/unsuspend_account_service.rb
@@ -18,7 +18,7 @@ class UnsuspendAccountService < BaseService
def merge_into_home_timelines!
@account.followers_for_local_distribution.find_each do |follower|
- FeedManager.instance.merge_into_timeline(@account, follower)
+ FeedManager.instance.merge_into_home(@account, follower)
end
end