disable kevaListNamespaces validation

This commit is contained in:
ghost 2023-12-09 21:29:58 +02:00
parent 202551fe46
commit 653af869bd

View File

@ -348,6 +348,7 @@ class RoomController extends AbstractController
); );
// Check namespace available on this wallet // Check namespace available on this wallet
/* @TODO disabled because of namespace hidden in kevaListNamespaces on pending transactions available
$rooms = []; $rooms = [];
foreach ((array) $client->kevaListNamespaces() as $value) foreach ((array) $client->kevaListNamespaces() as $value)
@ -366,6 +367,7 @@ class RoomController extends AbstractController
] ]
); );
} }
*/
// Validate access to the room namespace // Validate access to the room namespace
if if