update the matrix well known server thing
fixes an issue that made me really worried
This commit is contained in:
parent
639b78d9d0
commit
3fc8568f10
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ in {
|
|||
header /.well-known/matrix/* Access-Control-Allow-Origin *
|
||||
|
||||
respond /.well-known/matrix/server `{
|
||||
"m.server": "m.jacekpoz.pl:443"
|
||||
"m.server": "m.jacekpoz.pl"
|
||||
}`
|
||||
respond /.well-known/matrix/client `{
|
||||
"m.homeserver": {
|
||||
|
|
Loading…
Reference in a new issue