mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-07 04:06:13 +00:00
class attr access
This commit is contained in:
parent
05eb914bb6
commit
8929f5251d
|
@ -41,7 +41,7 @@ class FollowRequest < ApplicationRecord
|
|||
MergeWorker.push_bulk(List.where(account: account).joins(:list_accounts).where(list_accounts: { account_id: target_account.id }).pluck(:id)) do |list_id|
|
||||
[target_account.id, list_id, 'list']
|
||||
end
|
||||
ActivityPub::AccountBackfillWorker.perform_async(target_account.id) if is_first_follow & ActivityPub::AccountBackfillService.ENABLED
|
||||
ActivityPub::AccountBackfillWorker.perform_async(target_account.id) if is_first_follow & ActivityPub::AccountBackfillService::ENABLED
|
||||
end
|
||||
|
||||
destroy!
|
||||
|
|
Loading…
Reference in New Issue
Block a user