Fix account delete form not accepting password, update suspended (#3745)
account before removing content for quicker feedback to end-users
This commit is contained in:
parent
98eacb2238
commit
91c71471ab
3 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@ class SuspendAccountService < BaseService
|
|||
@account = account
|
||||
|
||||
purge_user if remove_user
|
||||
purge_content
|
||||
purge_profile
|
||||
purge_content
|
||||
unsubscribe_push_subscribers
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue