fix: refresh chat list on join with link (#4417)
This commit is contained in:
parent
68bb85e521
commit
92e4768704
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class _JoinClassWithLinkState extends State<JoinClassWithLink> {
|
|||
await MatrixState.pangeaController.spaceCodeController
|
||||
.cacheSpaceCode(widget.classCode!);
|
||||
}
|
||||
context.go("/home");
|
||||
context.push("/home");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue