browser tab syn for deleted room
This commit is contained in:
parent
a365b5cc26
commit
f500fc451c
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@ import messageMixin from "./messageMixin";
|
|||
|
||||
export default {
|
||||
mixins: [messageMixin],
|
||||
mounted() {
|
||||
if(this.room.getJoinedMemberCount() === 0) {
|
||||
this.$navigation.push({ name: "Home", params: { roomId: null } }, -1);
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue