Always send content for backwards-compatibility (#7844)
This commit is contained in:
		
							parent
							
								
									8b2ab128a2
								
							
						
					
					
						commit
						549d2f3d42
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -7,7 +7,7 @@ class ActivityPub::NoteSerializer < ActiveModel::Serializer | |||
|              :atom_uri, :in_reply_to_atom_uri, | ||||
|              :conversation | ||||
| 
 | ||||
|   attribute :content, unless: :language? | ||||
|   attribute :content | ||||
|   attribute :content_map, if: :language? | ||||
| 
 | ||||
|   has_many :media_attachments, key: :attachment | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue