Fix activitypub account default searchability
This commit is contained in:
parent
5da511ad8b
commit
176124954e
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,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.searchability = :direct # not null
|
||||
@account.dissubscribable = false # not null
|
||||
|
||||
set_immediate_protocol_attributes!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue