]> git.mxchange.org Git - friendica.git/blobdiff - view/api_timeline_atom.tpl
make profile-jot-desc track lock state changes
[friendica.git] / view / api_timeline_atom.tpl
index cd91f7a97f3452a199f8feafc3f0ad7023474482..bd674f3302c43377fac39fad1dda1cca091d3237 100644 (file)
@@ -32,7 +32,7 @@
  <!--Deprecation warning: activity:subject is present only for backward compatibility. It will be removed in the next version of StatusNet.-->
  <activity:subject>
        <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
-       <id>$user.url</id>
+       <id>$user.contact_url</id>
        <title>$user.name</title>
        <link rel="alternate" type="text/html" href="$user.url"/>
        <link rel="avatar" type="image/jpeg" media:width="106" media:height="106" href="$user.profile_image_url"/>
@@ -61,7 +61,6 @@
                <published>$status.published</published>
                <updated>$status.updated</updated>
 
-               <link rel="ostatus:conversation" href="$status.url"/>
                <!--
                <source>
                <id>http://identi.ca/api/statuses/user_timeline/397830.atom</id>
                <!--Deprecation warning: activity:actor is present only for backward compatibility. It will be removed in the next version of StatusNet.-->
                <activity:actor>
                        <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>
-                       <id>$status.user.url</id>
+                       <id>$status.user.contact_url</id>
                        <title>$status.user.name</title>
                        <link rel="alternate" type="text/html" href="$status.user.url"/>
                        <link rel="avatar" type="image/jpeg" media:width="106" media:height="106" href="$status.user.profile_image_url"/>
                        </poco:urls>
                        <!-- <statusnet:profile_info local_id="123710" following="true" blocking="false"></statusnet:profile_info> -->
                </activity:actor>
-               <link rel="ostatus:conversation" href="$status.conversation"/> 
+               <link rel="ostatus:conversation" href="$status.url"/> 
 
        </entry>    
     {{ endfor }}