fix: Allow fallback to previous url if there is no homeserver on the mxid domain
This commit is contained in:
parent
7ac90bb3f0
commit
737f78dd11
2 changed files with 32 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue