h: fix msc3575 proxy setting

This commit is contained in:
Aaron Bieber 2023-05-19 08:13:02 -06:00
parent b1553522d4
commit e3dfe6d69a
No known key found for this signature in database

View File

@ -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: ''