mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-07 20:26:15 +00:00
Merge 2f9c50f562
into fbe9728f36
This commit is contained in:
commit
e2195466ac
|
@ -199,7 +199,7 @@ class ActivityPub::NoteSerializer < ActivityPub::Serializer
|
|||
|
||||
include RoutingHelper
|
||||
|
||||
attributes :type, :media_type, :url, :name, :blurhash
|
||||
attributes :type, :media_type, :url, :summary, :blurhash
|
||||
attribute :focal_point, if: :focal_point?
|
||||
attribute :width, if: :width?
|
||||
attribute :height, if: :height?
|
||||
|
@ -210,7 +210,7 @@ class ActivityPub::NoteSerializer < ActivityPub::Serializer
|
|||
'Document'
|
||||
end
|
||||
|
||||
def name
|
||||
def summary
|
||||
object.description
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user