Add support for federating memorial
attribute (#26583)
This commit is contained in:
@@ -116,6 +116,7 @@ class ActivityPub::ProcessAccountService < BaseService
|
||||
@account.also_known_as = as_array(@json['alsoKnownAs'] || []).map { |item| value_or_id(item) }
|
||||
@account.discoverable = @json['discoverable'] || false
|
||||
@account.indexable = @json['indexable'] || false
|
||||
@account.memorial = @json['memorial'] || false
|
||||
end
|
||||
|
||||
def set_fetchable_key!
|
||||
|
Reference in New Issue
Block a user