Follow state of a conversation can be updated

This commit is contained in:
Pierre
2017-06-18 10:07:52 +02:00
parent b1e340e0c1
commit 952779f527
7 changed files with 84 additions and 15 deletions

View File

@ -45,7 +45,8 @@ function users_list_to_array($list) : array{
//Check the entry is valid
if(toInt($process) < 1)
return array();
//return array();
continue; //Ignore entry
//Add the entry to the list
$usersList[toInt($process)] = toInt($process);