mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 04:24:18 +00:00
fix room key in list
This commit is contained in:
parent
974a6b21a4
commit
66673e25aa
@ -124,7 +124,7 @@ class UserController extends AbstractController
|
|||||||
$total++;
|
$total++;
|
||||||
$posts++;
|
$posts++;
|
||||||
|
|
||||||
$rooms[$value['displayName']] = $posts;
|
$rooms[$value['namespaceId']] = $posts;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user