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:
N Pex 2023-10-09 13:36:17 +00:00
commit e6eeb9ede8

View file

@ -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;
});
},