mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
Follow request authorizations faster
This commit is contained in:
parent
eb62778bec
commit
57f7cf8349
@ -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…
Reference in New Issue
Block a user