mirror of https://github.com/tootsuite/mastodon
Always send content for backwards-compatibility (#7844)
parent
a04dca36a3
commit
fc09b3722a
|
@ -7,7 +7,7 @@ class ActivityPub::NoteSerializer < ActiveModel::Serializer
|
||||||
:atom_uri, :in_reply_to_atom_uri,
|
:atom_uri, :in_reply_to_atom_uri,
|
||||||
:conversation
|
:conversation
|
||||||
|
|
||||||
attribute :content, unless: :language?
|
attribute :content
|
||||||
attribute :content_map, if: :language?
|
attribute :content_map, if: :language?
|
||||||
|
|
||||||
has_many :media_attachments, key: :attachment
|
has_many :media_attachments, key: :attachment
|
||||||
|
|
Loading…
Reference in New Issue