Fixed matrix federation issue. Thanks @sky:codestorm.net

This commit is contained in:
Aleksandr Lebedev 2025-08-13 14:03:23 +02:00
parent bf992997f0
commit 84880638a2

View file

@ -63,7 +63,7 @@ with lib.custom; {
respond /client `{ "m.homeserver": { "base_url": "https://matrix.kylekrein.com/" }, "org.matrix.msc3575.proxy": { "url": "https://matrix.kylekrein.com/"}, "org.matrix.msc4143.rtc_foci": [ { "type": "livekit", "livekit_service_url": "https://livekit-jwt.call.matrix.org" } ] }` respond /client `{ "m.homeserver": { "base_url": "https://matrix.kylekrein.com/" }, "org.matrix.msc3575.proxy": { "url": "https://matrix.kylekrein.com/"}, "org.matrix.msc4143.rtc_foci": [ { "type": "livekit", "livekit_service_url": "https://livekit-jwt.call.matrix.org" } ] }`
respond /server `{ "m.server": "https://matrix.kylekrein.com" }` respond /server `{ "m.server": "matrix.kylekrein.com:443" }`
## return http/404 if nothing matches ## return http/404 if nothing matches
respond 404 respond 404