From 2a2b4b537570b0f77a94e89a9ee8702d9f4d4274 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Sun, 11 Oct 2020 11:47:51 -0500 Subject: "unmerge_from_timeline" should be "unmerge_from_home" --- app/services/suspend_account_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/services/suspend_account_service.rb b/app/services/suspend_account_service.rb index 5a079c3ac..ea96767fa 100644 --- a/app/services/suspend_account_service.rb +++ b/app/services/suspend_account_service.rb @@ -18,7 +18,7 @@ class SuspendAccountService < BaseService def unmerge_from_home_timelines! @account.followers_for_local_distribution.find_each do |follower| - FeedManager.instance.unmerge_from_timeline(@account, follower) + FeedManager.instance.unmerge_from_home(@account, follower) end end -- cgit