Fix join timing issue
This commit is contained in:
parent
0f7d9893c4
commit
0130858908
8 changed files with 1108 additions and 1081 deletions
|
|
@ -106,7 +106,7 @@ export default {
|
|||
.then(() => {
|
||||
console.log("Left room");
|
||||
this.$matrix.matrixClient.store.removeRoom(roomId);
|
||||
this.$navigation.push({name:'Chat'}, -1);
|
||||
this.$navigation.push({name:'Chat', params:{roomId:null}}, -1);
|
||||
})
|
||||
.catch(err => {
|
||||
console.log("Error leaving", err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue