Skip to content
Snippets Groups Projects
Commit dd5e724c authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix reblog mentions Atom

parent f249a8c1
No related branches found
No related tags found
No related merge requests found
...@@ -178,8 +178,8 @@ module AtomBuilderHelper ...@@ -178,8 +178,8 @@ module AtomBuilderHelper
include_author xml, stream_entry.target.account include_author xml, stream_entry.target.account
end end
stream_entry.target.mentions.each do |mentioned| stream_entry.target.mentions.each do |mention|
link_mention xml, mentioned link_mention xml, mention.account
end end
stream_entry.target.media_attachments.each do |media| stream_entry.target.media_attachments.each do |media|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment