This commit is contained in:
Daniil Gentili 2018-03-13 19:36:50 +00:00
parent 986fa3497e
commit d477b24695

View File

@ -270,7 +270,7 @@ trait PeerHandler
if (preg_match('/^chat#(\d*)/', $id, $matches)) { if (preg_match('/^chat#(\d*)/', $id, $matches)) {
$id = '-'.$matches[1]; $id = '-'.$matches[1];
} }
if (preg_match('/^user#(\d*)/', $id, $marches)) { if (preg_match('/^user#(\d*)/', $id, $matches)) {
$id = $matches[1]; $id = $matches[1];
} }
} }