remove duplicate tag in atom response
This commit is contained in:
parent
296f1b0123
commit
7cd7a79807
|
@ -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,
|
||||||
);
|
);
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue