fix tired dev operating `vim` without adequate coffee & breaking code

master
multiple creatures 2020-01-15 14:33:30 -06:00
parent b4b8eaf61c
commit 37ae8a96c1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class ActivityPub::Activity::Follow < ActivityPub::Activity
def reject_follow_request!(target_account)
json = Oj.dump(serialize_payload(FollowRequest.new(account: @account, target_account: target_account, uri: @json['id']), ActivityPub::RejectFollowSerializer))
ActivityPub::DeliveryWorker.perform_async(json, target_account.id, @account.inbox_url)
endA
end
private