fix: Allow fallback to previous url if there is no homeserver on the mxid domain

This commit is contained in:
Sorunome 2021-08-08 08:46:19 +02:00
commit 737f78dd11
2 changed files with 32 additions and 1 deletions

View file

@ -1351,6 +1351,14 @@
"type": "text",
"placeholders": {}
},
"noMatrixServer": "{server1} is no matrix server, use {server2} instead?",
"@noMatrixServer": {
"type": "text",
"placeholders": {
"server1": {},
"server2": {}
}
},
"noMegolmBootstrap": "Please turn on online key backup from within Element instead.",
"@noMegolmBootstrap": {
"type": "text",