Add ability to manage which websites can credit you in link previews (#31819)
This commit is contained in:
		@@ -117,6 +117,7 @@ class ActivityPub::ProcessAccountService < BaseService
 | 
			
		||||
    @account.discoverable            = @json['discoverable'] || false
 | 
			
		||||
    @account.indexable               = @json['indexable'] || false
 | 
			
		||||
    @account.memorial                = @json['memorial'] || false
 | 
			
		||||
    @account.attribution_domains     = as_array(@json['attributionDomains'] || []).map { |item| value_or_id(item) }
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def set_fetchable_key!
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user