Merge remote-tracking branch 'parent/main' into upstream-20240913
This commit is contained in:
commit
fc9d27ff91
392 changed files with 3757 additions and 3233 deletions
|
@ -137,6 +137,7 @@ class ActivityPub::ProcessAccountService < BaseService
|
|||
@account.settings = other_settings
|
||||
@account.master_settings = (@account.master_settings || {}).merge(master_settings(@account.note))
|
||||
@account.memorial = @json['memorial'] || false
|
||||
@account.attribution_domains = as_array(@json['attributionDomains'] || []).map { |item| value_or_id(item) }
|
||||
end
|
||||
|
||||
def blocking_new_account?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue