Fix remote accounts being possibly persisted to database with incomplete protocol values (#25886)
This commit is contained in:
parent
8695409035
commit
bd2429b716
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ class ActivityPub::ProcessAccountService < BaseService
|
|||
@account.suspended_at = domain_block.created_at if auto_suspend?
|
||||
@account.suspension_origin = :local if auto_suspend?
|
||||
@account.silenced_at = domain_block.created_at if auto_silence?
|
||||
|
||||
set_immediate_protocol_attributes!
|
||||
|
||||
@account.save
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue