diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-21 11:44:26 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-21 11:44:26 +0200 |
commit | 7cd7a79807c766da0ac39192559081f771b58a1d (patch) | |
tree | 930cc5027cf4a0a4dcfb46209fcbe5a8dd50c590 /include/api.php | |
parent | 296f1b0123edd89b40b48362ffd19134499ef9f3 (diff) | |
download | volse-hubzilla-7cd7a79807c766da0ac39192559081f771b58a1d.tar.gz volse-hubzilla-7cd7a79807c766da0ac39192559081f771b58a1d.tar.bz2 volse-hubzilla-7cd7a79807c766da0ac39192559081f771b58a1d.zip |
remove duplicate tag in atom response
Diffstat (limited to 'include/api.php')
-rw-r--r-- | include/api.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/api.php b/include/api.php index e5c1e5529..556bc0622 100644 --- a/include/api.php +++ b/include/api.php @@ -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, ); |