Fix reblog mentions Atom
This commit is contained in:
parent
f249a8c187
commit
dd5e724c3f
|
@ -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|
|
||||
|
|
Reference in a new issue