Merge branch 'kb_development' into kb_migration

This commit is contained in:
KMY 2023-04-07 17:32:40 +09:00
commit 4c975d32a1
14 changed files with 47 additions and 34 deletions

View file

@ -77,6 +77,7 @@ 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?
@account.searchability = :private # not null
@account.save
end