]> 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 f9c70ebb5bd6f23c7b1052d2f52c42d3c61961d6..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"/>
                <!--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"/>