remove duplicate tag in atom response
This commit is contained in:
parent
296f1b0123
commit
7cd7a79807
|
@ -515,7 +515,6 @@
|
|||
'user' => $status_user ,
|
||||
'objecttype' => $item['object-type'],
|
||||
'verb' => $item['verb'],
|
||||
'conversation' => $a->get_baseurl() . '/display/' . $status_user['screen_name'] . '/' . $item['id'],
|
||||
'self' => $a->get_baseurl()."/api/statuses/show/".$ite['id'].".".$type,
|
||||
'edit' => $a->get_baseurl()."/api/statuses/show/".$ite['id'].".".$type,
|
||||
);
|
||||
|
|
|
@ -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>
|
||||
|
@ -119,7 +118,7 @@
|
|||
</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 }}
|
||||
|
|
Loading…
Reference in a new issue