Bugfix
This commit is contained in:
parent
986fa3497e
commit
d477b24695
@ -270,7 +270,7 @@ trait PeerHandler
|
||||
if (preg_match('/^chat#(\d*)/', $id, $matches)) {
|
||||
$id = '-'.$matches[1];
|
||||
}
|
||||
if (preg_match('/^user#(\d*)/', $id, $marches)) {
|
||||
if (preg_match('/^user#(\d*)/', $id, $matches)) {
|
||||
$id = $matches[1];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user