From 942a2e7d68fc4909f3ea953e89c1b2647242b3ad Mon Sep 17 00:00:00 2001
From: Eugen <eugen@zeonfederated.com>
Date: Wed, 8 Feb 2017 18:05:46 +0100
Subject: [PATCH] Fix reblogs not having content warnings forwarded

---
 app/helpers/atom_builder_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/helpers/atom_builder_helper.rb b/app/helpers/atom_builder_helper.rb
index c08d80ea0e..fb8f0976c3 100644
--- a/app/helpers/atom_builder_helper.rb
+++ b/app/helpers/atom_builder_helper.rb
@@ -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
-- 
GitLab