v4.1.5-branch #25

Merged
asonix merged 8 commits from v4.1.5-branch into asonix/changes 2023-07-23 23:36:50 +00:00
Showing only changes of commit 13ec425b72 - Show all commits

View file

@ -76,6 +76,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