]> cat aescling's git repositories - mastodon.git/commitdiff
Fix Salmon issue
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 16 Feb 2017 00:59:34 +0000 (01:59 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 16 Feb 2017 00:59:34 +0000 (01:59 +0100)
app/helpers/atom_builder_helper.rb

index d73f09aaf60781338e73cb6214af76c2293f44ad..085a97cda96d10bc8786b8993fefa28fd572436a 100644 (file)
@@ -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