fix: refresh chat list on join with link (#4417)

This commit is contained in:
ggurdin 2025-10-15 16:12:53 -04:00 committed by GitHub
parent 68bb85e521
commit 92e4768704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ class _JoinClassWithLinkState extends State<JoinClassWithLink> {
await MatrixState.pangeaController.spaceCodeController
.cacheSpaceCode(widget.classCode!);
}
context.go("/home");
context.push("/home");
});
}