Fix proxy config

This commit is contained in:
Henry Hiles 2025-03-23 17:20:56 -04:00
parent c52077eb54
commit efb7ff89ea

View file

@ -1,6 +1,8 @@
{ {
"m.homeserver": { "m.homeserver": {
"base_url": "https://matrix.henryhiles.com", "base_url": "https://matrix.henryhiles.com",
"org.matrix.msc3575.proxy": "https://matrix.henryhiles.com" "org.matrix.msc3575.proxy": {
"url": "https://matrix.henryhiles.com"
}
} }
} }