remove duplicate tag in atom response

This commit is contained in:
Fabio Comuni 2011-06-21 11:44:26 +02:00
parent 296f1b0123
commit 7cd7a79807
2 changed files with 1 additions and 3 deletions

View File

@ -515,7 +515,6 @@
'user' => $status_user , 'user' => $status_user ,
'objecttype' => $item['object-type'], 'objecttype' => $item['object-type'],
'verb' => $item['verb'], 'verb' => $item['verb'],
'conversation' => $a->get_baseurl() . '/display/' . $status_user['screen_name'] . '/' . $item['id'],
'self' => $a->get_baseurl()."/api/statuses/show/".$ite['id'].".".$type, 'self' => $a->get_baseurl()."/api/statuses/show/".$ite['id'].".".$type,
'edit' => $a->get_baseurl()."/api/statuses/show/".$ite['id'].".".$type, 'edit' => $a->get_baseurl()."/api/statuses/show/".$ite['id'].".".$type,
); );

View File

@ -61,7 +61,6 @@
<published>$status.published</published> <published>$status.published</published>
<updated>$status.updated</updated> <updated>$status.updated</updated>
<link rel="ostatus:conversation" href="$status.url"/>
<!-- <!--
<source> <source>
<id>http://identi.ca/api/statuses/user_timeline/397830.atom</id> <id>http://identi.ca/api/statuses/user_timeline/397830.atom</id>
@ -119,7 +118,7 @@
</poco:urls> </poco:urls>
<!-- <statusnet:profile_info local_id="123710" following="true" blocking="false"></statusnet:profile_info> --> <!-- <statusnet:profile_info local_id="123710" following="true" blocking="false"></statusnet:profile_info> -->
</activity:actor> </activity:actor>
<link rel="ostatus:conversation" href="$status.conversation"/> <link rel="ostatus:conversation" href="$status.url"/>
</entry> </entry>
{{ endfor }} {{ endfor }}