1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-23 22:16:57 +00:00
mastodon/app/views/stream_entries/show.atom.ruby

10 lines
188 B
Text
Raw Normal View History

2016-02-22 19:11:07 +01:00
Nokogiri::XML::Builder.new do |xml|
entry(xml, true) do
author(xml) do
include_author xml, @stream_entry.account
2016-02-22 19:11:07 +01:00
end
include_entry xml, @stream_entry
2016-02-22 19:11:07 +01:00
end
end.to_xml