mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
remove duplicate tag in atom response
This commit is contained in:
parent
296f1b0123
commit
7cd7a79807
2 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue