mirror of
https://github.com/kevachat/npsapp.git
synced 2025-01-27 23:34:38 +00:00
remove extra code
This commit is contained in:
parent
2b08dc6777
commit
0144e0e1f0
@ -36,7 +36,7 @@ class Ratchet implements MessageComponentInterface
|
||||
// Init allowed chat rooms registry
|
||||
if ($namespaces = $this->_kevacoin->kevaListNamespaces())
|
||||
{
|
||||
$i = 1; foreach ((array) $namespaces as $namespace)
|
||||
foreach ((array) $namespaces as $namespace)
|
||||
{
|
||||
// Skip system namespaces
|
||||
if (str_starts_with($namespace['displayName'], '_'))
|
||||
@ -58,7 +58,7 @@ class Ratchet implements MessageComponentInterface
|
||||
}
|
||||
|
||||
// Append room to the namespace registry
|
||||
$this->_namespaces[$i++] = [
|
||||
$this->_namespaces[] = [
|
||||
'hash' => $namespace['namespaceId'],
|
||||
'name' => $namespace['displayName']
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user