Browse Source

Fix reblogs not having content warnings forwarded

closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
942a2e7d68
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/helpers/atom_builder_helper.rb

+ 1
- 1
app/helpers/atom_builder_helper.rb View File

@ -192,7 +192,7 @@ module AtomBuilderHelper
# Statuses have content and author
if stream_entry.target.is_a?(Status)
content xml, conditionally_formatted(stream_entry.target)
rich_content xml, stream_entry.target
verb xml, stream_entry.target.verb
published_at xml, stream_entry.target.created_at
updated_at xml, stream_entry.target.updated_at

Loading…
Cancel
Save