Add Page AP type support (#9121)
This commit is contained in:
		
					parent
					
						
							
								9d84d55cf0
							
						
					
				
			
			
				commit
				
					
						2b18f5f85d
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2,7 +2,7 @@ | |||
| 
 | ||||
| class ActivityPub::Activity::Create < ActivityPub::Activity | ||||
|   SUPPORTED_TYPES = %w(Note).freeze | ||||
|   CONVERTED_TYPES = %w(Image Video Article).freeze | ||||
|   CONVERTED_TYPES = %w(Image Video Article Page).freeze | ||||
| 
 | ||||
|   def perform | ||||
|     return if delete_arrived_first?(object_uri) || unsupported_object_type? || invalid_origin?(@object['id']) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue