mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-18 16:18:04 +00:00
Conversations can be created
This commit is contained in:
@ -48,7 +48,7 @@ function users_list_to_array($list) : array{
|
||||
return array();
|
||||
|
||||
//Add the entry to the list
|
||||
$usersList[] = floor($process*1);
|
||||
$usersList[floor($process*1)] = floor($process*1);
|
||||
}
|
||||
|
||||
//Return the result
|
||||
|
Reference in New Issue
Block a user