mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
@@ -67,7 +67,7 @@ class AtomSerializer
|
||||
append_element(entry, 'id', TagManager.instance.unique_tag(stream_entry.created_at, stream_entry.activity_id, stream_entry.activity_type))
|
||||
append_element(entry, 'published', stream_entry.created_at.iso8601)
|
||||
append_element(entry, 'updated', stream_entry.updated_at.iso8601)
|
||||
append_element(entry, 'title', stream_entry&.status&.title)
|
||||
append_element(entry, 'title', stream_entry&.status&.title || 'Delete')
|
||||
|
||||
entry << author(stream_entry.account) if root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user