Merge branch '322-browser-tab-syn-for-deleted-room' into 'dev'
Browser tab syn for deleted room For issue #322 See merge request keanuapp/keanuapp-weblite!103
This commit is contained in:
commit
ff8f3c6277
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