logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 942a2e7d68fc4909f3ea953e89c1b2647242b3ad
parent: d96e031dfc0db84318af9f4371403cdcf5bc2804
Author: Eugen <eugen@zeonfederated.com>
Date:   Wed,  8 Feb 2017 18:05:46 +0100

Fix reblogs not having content warnings forwarded

Diffstat:

Mapp/helpers/atom_builder_helper.rb2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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