Fix reblog mentions Atom

lolsob-rspec
Eugen Rochko 2016-10-10 15:08:24 +02:00
parent 13bef96f10
commit 77f782758b
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|