mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-17 23:57:14 +01:00
Always send content for backwards-compatibility (#7844)
This commit is contained in:
parent
a04dca36a3
commit
fc09b3722a
@ -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…
x
Reference in New Issue
Block a user