Fix reblog mentions Atom

This commit is contained in:
Eugen Rochko 2016-10-10 15:08:24 +02:00
parent 13bef96f10
commit 77f782758b

View file

@ -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|