Allow "createroom" to be accessed without account

A new one will be generated. Issue #67.
This commit is contained in:
N-Pex 2021-05-21 16:27:39 +02:00
parent 0e41f1dec4
commit 878c60f4a1
6 changed files with 213 additions and 51 deletions

View file

@ -15,9 +15,12 @@ export default {
},
message: {
you: "You",
user_created_room: "{user} created the room",
user_aliased_room: "{user} made the room alias {alias}",
user_changed_display_name: "{user} changed display name to {displayName}",
user_changed_avatar: "{user} changed the avatar",
user_changed_room_avatar: "{user} changed the room avatar",
user_encrypted_room: "{user} made the room encrypted",
user_was_invited: "{user} was invited to the chat...",
user_joined: "{user} joined the chat",
user_left: "{user} left the chat",