Merge branch '522-blank-screen-when-trying-to-use-a-dm-link' into 'dev'
Don't show blank page if createRoom fails See merge request keanuapp/keanuapp-weblite!239
This commit is contained in:
commit
e6eeb9ede8
1 changed files with 2 additions and 0 deletions
|
|
@ -432,6 +432,8 @@ export default {
|
|||
console.log("Failed to join room", err);
|
||||
this.loading = false;
|
||||
this.loadingMessage = this.$t("join.join_failed");
|
||||
this.waitingForInfo = false;
|
||||
this.waitingForMembership = false;
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue