trying to get it reporting from diaspora
This commit is contained in:
parent
13b4fab6ae
commit
df447ba7c0
1 changed files with 2 additions and 2 deletions
|
|
@ -140,9 +140,9 @@ module Diaspora
|
|||
<<-XML
|
||||
<activity:subject>
|
||||
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
|
||||
<id>#{OWNER.url}hcard</id>
|
||||
<id>#{OWNER.url}</id>
|
||||
<title>#{OWNER.real_name}</title>
|
||||
<link rel="alternative" type="text/html" href="#{OWNER.url}hcard"/>
|
||||
<link rel="alternative" type="text/html" href="#{OWNER.url}"/>
|
||||
</activity:subject>
|
||||
XML
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue