From 1aa76925f7306953e75381dcd9c9704e4d1f53d0 Mon Sep 17 00:00:00 2001 From: fkwp Date: Fri, 1 Aug 2025 15:39:58 +0200 Subject: [PATCH] removing nextgen_new_foci_type item from foci array since it introduces confusion --- docs/self-hosting.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 50d76b44..d7a1fbdf 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -145,10 +145,6 @@ server { { "type": "livekit", "livekit_service_url": "https://matrix-rtc-2.example.com/livekit/jwt" - }, - { - "type": "nextgen_new_foci_type", - "props_for_nextgen_foci": "val" } ] ```