Only render public payload once in FanOutOnWrite

This commit is contained in:
Eugen Rochko 2017-04-05 14:26:17 +02:00
parent cfe91ac984
commit 220bc48e8e
3 changed files with 13 additions and 8 deletions

View file

@ -13,5 +13,7 @@ class AfterRemoteFollowWorker
follow.destroy
FollowService.new.call(follow.account, updated_account.acct)
rescue ActiveRecord::RecordNotFound
true
end
end