From 075914d8e8d26506ebdecfeeae13dfeb1d7e833d Mon Sep 17 00:00:00 2001 From: stratself Date: Sat, 7 Mar 2026 17:19:55 +0000 Subject: [PATCH] fix(docs): Use correct var for nonfed server in livekit t00ting --- docs/calls/livekit.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/calls/livekit.mdx b/docs/calls/livekit.mdx index 511646a06..926f1fd93 100644 --- a/docs/calls/livekit.mdx +++ b/docs/calls/livekit.mdx @@ -333,7 +333,7 @@ OK ### Workaround for non-federating servers -When deploying on servers with disabled federation (`enable_registration = false`), LiveKit will fail as it can't fetch the required [OpenID endpoint](https://spec.matrix.org/v1.17/server-server-api/#get_matrixfederationv1openiduserinfo) via federation paths. You can find a workaround for this limitation [here](https://forgejo.ellis.link/continuwuation/continuwuity/issues/1440). +When deploying on servers with federation disabled (`allow_federation = false`), LiveKit will fail as it can't fetch the required [OpenID endpoint](https://spec.matrix.org/v1.17/server-server-api/#get_matrixfederationv1openiduserinfo) via federation paths. You can find a workaround for this limitation [here](https://forgejo.ellis.link/continuwuation/continuwuity/issues/1440). ## Related Documentation