when navigating to space, go to the space details page

This commit is contained in:
ggurdin 2024-09-05 13:14:19 -04:00
parent 4a252729ff
commit 5461813352
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -118,6 +118,10 @@ class ChatListController extends State<ChatList>
setState(() {
_activeSpaceId = spaceId;
});
// #Pangea
context.go('/rooms/$spaceId/details');
// Pangea#
}
void clearActiveSpace() => setState(() {