Bugfix
This commit is contained in:
parent
986fa3497e
commit
d477b24695
@ -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];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user