Fix reblog mentions Atom

This commit is contained in:
Eugen Rochko 2016-10-10 15:08:24 +02:00
parent f249a8c187
commit dd5e724c3f
1 changed files with 2 additions and 2 deletions

View File

@ -178,8 +178,8 @@ module AtomBuilderHelper
include_author xml, stream_entry.target.account
end
stream_entry.target.mentions.each do |mentioned|
link_mention xml, mentioned
stream_entry.target.mentions.each do |mention|
link_mention xml, mention.account
end
stream_entry.target.media_attachments.each do |media|