fix room key in list

This commit is contained in:
ghost 2024-05-08 00:20:42 +03:00
parent 974a6b21a4
commit 66673e25aa

View File

@ -124,7 +124,7 @@ class UserController extends AbstractController
$total++; $total++;
$posts++; $posts++;
$rooms[$value['displayName']] = $posts; $rooms[$value['namespaceId']] = $posts;
} }
} }