mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 20:15:10 +01:00
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|
|
||||
|
Loading…
Reference in New Issue
Block a user