Browse Source

Fix reblog mentions Atom

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
dd5e724c3f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/helpers/atom_builder_helper.rb

+ 2
- 2
app/helpers/atom_builder_helper.rb 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|

Loading…
Cancel
Save