Only render public payload once in FanOutOnWrite
This commit is contained in:
parent
cfe91ac984
commit
220bc48e8e
3 changed files with 13 additions and 8 deletions
|
@ -13,5 +13,7 @@ class AfterRemoteFollowRequestWorker
|
|||
|
||||
follow_request.destroy
|
||||
FollowService.new.call(follow_request.account, updated_account.acct)
|
||||
rescue ActiveRecord::RecordNotFound
|
||||
true
|
||||
end
|
||||
end
|
||||
|
|
|
@ -13,5 +13,7 @@ class AfterRemoteFollowWorker
|
|||
|
||||
follow.destroy
|
||||
FollowService.new.call(follow.account, updated_account.acct)
|
||||
rescue ActiveRecord::RecordNotFound
|
||||
true
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue