mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:50:12 +00:00
Don't send the header
This commit is contained in:
parent
a2f386cd2f
commit
5312b23f03
4 changed files with 23 additions and 12 deletions
|
@ -110,10 +110,10 @@ class Lists extends ContactEndpoint
|
|||
$ids = array_reverse($ids);
|
||||
}
|
||||
|
||||
self::setLinkHeader();
|
||||
|
||||
$return = self::list($ids, $total_count, $uid, $cursor, $count, $skip_status, $include_user_entities);
|
||||
|
||||
$this->response->setHeader(self::getLinkHeader());
|
||||
|
||||
$this->response->exit('lists', ['lists' => $return]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue