mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-22 04:25:06 +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
|
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|
|
||||||
|
Loading…
Reference in New Issue
Block a user