forked from pub-solar/infra
fix: update well-known for sliding-sync
This commit is contained in:
parent
768d4c78bc
commit
a310b414f7
|
@ -9,7 +9,7 @@ let
|
||||||
wellKnownClient = domain: {
|
wellKnownClient = domain: {
|
||||||
"m.homeserver".base_url = "https://matrix.${domain}";
|
"m.homeserver".base_url = "https://matrix.${domain}";
|
||||||
"m.identity_server".base_url = "https://matrix.${domain}";
|
"m.identity_server".base_url = "https://matrix.${domain}";
|
||||||
"org.matrix.msc3575.proxy".url = "https://matrix.${domain}/sliding-sync";
|
"org.matrix.msc3575.proxy".url = "https://matrix.${domain}";
|
||||||
"im.vector.riot.e2ee".default = true;
|
"im.vector.riot.e2ee".default = true;
|
||||||
"io.element.e2ee" = {
|
"io.element.e2ee" = {
|
||||||
default = true;
|
default = true;
|
||||||
|
|
Loading…
Reference in a new issue