Improve account suspension speed and completeness (#9290)
- Some associations were missing from the clean-up - Some attributes were not reset on suspension - Skip federation and streaming deletes when purging a dead domain - Move account association definitions to concern
This commit is contained in:
parent
2df5ef18ae
commit
6ddf0432e7
6 changed files with 153 additions and 76 deletions
|
@ -6,6 +6,6 @@ class Admin::SuspensionWorker
|
|||
sidekiq_options queue: 'pull'
|
||||
|
||||
def perform(account_id, remove_user = false)
|
||||
SuspendAccountService.new.call(Account.find(account_id), remove_user: remove_user)
|
||||
SuspendAccountService.new.call(Account.find(account_id), including_user: remove_user)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue