mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-23 04:54:32 +00:00
disable kevaListNamespaces validation
This commit is contained in:
parent
202551fe46
commit
653af869bd
@ -348,6 +348,7 @@ class RoomController extends AbstractController
|
||||
);
|
||||
|
||||
// Check namespace available on this wallet
|
||||
/* @TODO disabled because of namespace hidden in kevaListNamespaces on pending transactions available
|
||||
$rooms = [];
|
||||
|
||||
foreach ((array) $client->kevaListNamespaces() as $value)
|
||||
@ -366,6 +367,7 @@ class RoomController extends AbstractController
|
||||
]
|
||||
);
|
||||
}
|
||||
*/
|
||||
|
||||
// Validate access to the room namespace
|
||||
if
|
||||
|
Loading…
x
Reference in New Issue
Block a user