Update matrix server hostname in .well-known files
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8c82e86ecd
commit
f3d5c121f7
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.jotoho.de:8448"
|
||||
"base_url": "https://synapse-testing.linode.jotoho.de:8448"
|
||||
},
|
||||
"io.element.e2ee": {
|
||||
"default": true,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"m.server": "matrix.jotoho.de:8448"
|
||||
"m.server": "synapse-testing.linode.jotoho.de:8448"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue