mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-18 16:18:04 +00:00
Follow state of a conversation can be updated
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user