heimdall: Add m.identity_server to Matrix well-known config
This commit is contained in:
parent
5d0f4f4e4b
commit
3638fc6f85
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
header /.well-known/matrix/* Content-Type application/json
|
||||
header /.well-known/matrix/* Access-Control-Allow-Origin *
|
||||
respond /.well-known/matrix/server `{"m.server":"matrix.boskma.frl:443"}`
|
||||
respond /.well-known/matrix/client `{"m.homeserver": {"base_url":"https://matrix.boskma.frl"},"org.matrix.msc3575.proxy":{"url":"https://syncv3.boskma.frl"}}`
|
||||
respond /.well-known/matrix/client `{"m.homeserver": {"base_url":"https://matrix.boskma.frl"},"m.identity_server":{"base_url":"https://vector.im"},"org.matrix.msc3575.proxy":{"url":"https://syncv3.boskma.frl"}}`
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue