Resolve "Allow creation of new direct chat using matrix id"

This commit is contained in:
N Pex 2022-12-12 16:10:53 +00:00 committed by n8fr8
parent 3bd119416c
commit 8d3ad1c27f
16 changed files with 245 additions and 172 deletions

View file

@ -33,6 +33,21 @@
"login": {
"invalid_message": ""
},
"join": {
"title": "",
"title_user": "",
"user_name_label": "",
"remember_me": "",
"joining_as": "",
"join": "",
"join_user": "",
"enter_room": "",
"enter_room_user": "",
"status_logging_in": "",
"status_joining": "",
"join_failed": "",
"choose_name": ""
},
"logout": {
"confirm_text": ""
}