Follow request authorizations faster

master
Eugen Rochko 7 years ago
parent eb62778bec
commit 57f7cf8349
  1. 2
      app/models/follow_request.rb

@ -13,7 +13,7 @@ class FollowRequest < ApplicationRecord
def authorize!
account.follow!(target_account)
FeedManager.instance.merge_into_timeline(target_account, account)
MergeWorker.perform_async(target_account.id, account.id)
destroy!
end

Loading…
Cancel
Save