Allow attributedTo in a status to be an embedded object (#6238)
This commit is contained in:
		
							parent
							
								
									537d2939b1
								
							
						
					
					
						commit
						74c1c9ec01
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -30,7 +30,7 @@ class ActivityPub::FetchRemoteStatusService < BaseService
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def actor_id
 | 
					  def actor_id
 | 
				
			||||||
    first_of_value(@json['attributedTo'])
 | 
					    value_or_id(first_of_value(@json['attributedTo']))
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def trustworthy_attribution?(uri, attributed_to)
 | 
					  def trustworthy_attribution?(uri, attributed_to)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue