From ac2e36b49d56a207665e64677365028c7840474c Mon Sep 17 00:00:00 2001 From: Ben Banfield-Zanin Date: Mon, 17 Jul 2023 10:09:45 +0100 Subject: [PATCH] Correct Jitsi preferred_domain property As of https://github.com/matrix-org/matrix-react-sdk/pull/8062 / https://github.com/vector-im/element-web/pull/21429 this should have been snake case rather than camelCase --- docs/jitsi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jitsi.md b/docs/jitsi.md index 33156b31f89..69fbc405c70 100644 --- a/docs/jitsi.md +++ b/docs/jitsi.md @@ -30,7 +30,7 @@ to your [config](./config.md) the following: ```json { "jitsi": { - "preferredDomain": "your.jitsi.example.org" + "preferred_domain": "your.jitsi.example.org" } } ```