forked from treehouse/mastodon
Follow request authorizations faster
parent
eb62778bec
commit
57f7cf8349
|
@ -13,7 +13,7 @@ class FollowRequest < ApplicationRecord
|
||||||
|
|
||||||
def authorize!
|
def authorize!
|
||||||
account.follow!(target_account)
|
account.follow!(target_account)
|
||||||
FeedManager.instance.merge_into_timeline(target_account, account)
|
MergeWorker.perform_async(target_account.id, account.id)
|
||||||
destroy!
|
destroy!
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue