mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-23 04:54:32 +00:00
remove namespace name as twig filter
This commit is contained in:
parent
13506cf44c
commit
09894bd889
@ -95,7 +95,6 @@ class RoomController extends AbstractController
|
|||||||
$list[] =
|
$list[] =
|
||||||
[
|
[
|
||||||
'namespace' => $value['namespaceId'],
|
'namespace' => $value['namespaceId'],
|
||||||
'name' => $value['displayName'],
|
|
||||||
'total' => $total,
|
'total' => $total,
|
||||||
'pinned' => in_array(
|
'pinned' => in_array(
|
||||||
$value['namespaceId'],
|
$value['namespaceId'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user