parent
50ae081ea8
commit
6608f0c8ce
7 changed files with 24 additions and 12 deletions
|
|
@ -26,7 +26,7 @@ export default {
|
|||
watch: {
|
||||
currentRoomId() {
|
||||
this.$emit("close");
|
||||
this.$matrix.setCurrentRoomId(this.currentRoomId);
|
||||
this.$navigation.push({name: 'Chat', params: { roomId: this.currentRoomId }}, -1);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue