From: Eugen Rochko Date: Thu, 16 Feb 2017 00:59:34 +0000 (+0100) Subject: Fix Salmon issue X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f722aa8c7560c91a054868e7a0294c06a210415e;p=mastodon.git Fix Salmon issue --- diff --git a/app/helpers/atom_builder_helper.rb b/app/helpers/atom_builder_helper.rb index d73f09aaf..085a97cda 100644 --- 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