Revert limit on sended list

This commit is contained in:
osaajani 2021-07-13 17:16:35 +02:00
parent 919b81bdf1
commit 30386f8caf
3 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@ namespace controllers\publics;
*/
public function list_json()
{
$entities = $this->internal_sended->list_for_user($_SESSION['user']['id'], 10000);
$entities = $this->internal_sended->list_for_user($_SESSION['user']['id']);
foreach ($entities as &$entity)
{
$entity['destination_formatted'] = \controllers\internals\Tool::phone_link($entity['destination']);