trying to get it reporting from diaspora
This commit is contained in:
parent
183e0c4b5a
commit
13b4fab6ae
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}hcard</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}hcard"/>
|
||||
</activity:subject>
|
||||
XML
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue