Remove unused E2EE messaging code (#31193)
This commit is contained in:
		@@ -108,7 +108,6 @@ class ActivityPub::ProcessAccountService < BaseService
 | 
			
		||||
 | 
			
		||||
  def set_immediate_attributes!
 | 
			
		||||
    @account.featured_collection_url = @json['featured'] || ''
 | 
			
		||||
    @account.devices_url             = @json['devices'] || ''
 | 
			
		||||
    @account.display_name            = @json['name'] || ''
 | 
			
		||||
    @account.note                    = @json['summary'] || ''
 | 
			
		||||
    @account.locked                  = @json['manuallyApprovesFollowers'] || false
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user