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