Follow request authorizations faster

lolsob-rspec
Eugen Rochko 2017-01-26 03:56:26 +01:00
parent 922588157c
commit 803652ff75
1 changed files with 1 additions and 1 deletions

View File

@ -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