h: fix msc3575 proxy setting
This commit is contained in:
parent
b1553522d4
commit
e3dfe6d69a
@ -32,8 +32,8 @@ let
|
||||
|
||||
matrixServer = "tapenet.org";
|
||||
matrixClientConfig = {
|
||||
"m.homeserver".base_url = "https://${matrixServer}";
|
||||
"org.matrix.msc3575".proxy = { url = "https://${matrixServer}"; };
|
||||
"m.homeserver".base_url = "https://${matrixServer}:443";
|
||||
"org.matrix.msc3575.proxy" = { url = "https://${matrixServer}"; };
|
||||
};
|
||||
matrixServerConfig = { "m.server" = "${matrixServer}:443"; };
|
||||
mkMatrixWellKnown = p: ''
|
||||
|
Loading…
Reference in New Issue
Block a user