logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: f722aa8c7560c91a054868e7a0294c06a210415e
parent: ff4964913077530d7a6696b6ffe0d4d51fafdc3d
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Thu, 16 Feb 2017 01:59:34 +0100

Fix Salmon issue

Diffstat:

Mapp/helpers/atom_builder_helper.rb1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/app/helpers/atom_builder_helper.rb b/app/helpers/atom_builder_helper.rb @@ -152,6 +152,7 @@ module AtomBuilderHelper end def include_author(xml, account) + simple_id xml, TagManager.instance.uri_for(account) object_type xml, :person uri xml, TagManager.instance.uri_for(account) name xml, account.username