Add basic "home" screen with room list
This commit is contained in:
parent
c489d58a69
commit
9c9619fe1c
5 changed files with 24 additions and 9 deletions
|
|
@ -64,7 +64,7 @@ export default {
|
|||
this.$matrix.leaveRoom(roomId)
|
||||
.then(() => {
|
||||
console.log("Left room");
|
||||
this.$navigation.push({name:'Chat', params:{roomId:null}}, -1);
|
||||
this.$navigation.push({name:'Home', params:{roomId:null}}, -1);
|
||||
})
|
||||
.catch(err => {
|
||||
console.log("Error leaving", err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue