Conversations can be created

This commit is contained in:
Pierre
2017-06-10 15:04:45 +02:00
parent 6498132ef2
commit bba8de04a0
3 changed files with 81 additions and 5 deletions

View File

@ -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