Skip to content
Snippets Groups Projects
Commit 942a2e7d authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Fix reblogs not having content warnings forwarded

parent d96e031d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment