feat(matrix): enable sliding-sync #83

Merged
teutat3s merged 4 commits from feat/matrix-synapse-sliding-sync into main 2023-12-16 15:34:29 +00:00
Showing only changes of commit a310b414f7 - Show all commits

View file

@ -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;