Append random chars to alias if already taken

Issue #143. Also, show a loading indicator while room creation in progress.
This commit is contained in:
N-Pex 2021-06-29 17:02:40 +02:00
parent 58ef27a765
commit e324355b63
4 changed files with 70 additions and 13 deletions

View file

@ -66,6 +66,10 @@ export default {
return null;
},
currentUserHomeServer() {
return User.serverName(this.currentUserId);
},
currentRoomId() {
return this.$store.state.currentRoomId;
},