From bb2083423ba63c1d8b7aacddf54faae5c6eadd99 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 10 Aug 2026 11:44:38 +0200 Subject: [PATCH] Fix mistaken reference to element_call.disable in docs (#34647) The actual name that is respected by the app is 'disable', not 'disabled'. --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index cbeae705af..87a8ad9121 100644 --- a/docs/config.md +++ b/docs/config.md @@ -400,8 +400,8 @@ The VoIP and Jitsi options are: the app, removing the ability to enable legacy 1:1 calls or Jitsi calls. It is a misconfiguration if its set to true while `element_call.disable` is also true! Defaults to `false`. - - `disabled`: A boolean flag specifying whether Element Call should be disabled. - If it is disabled `element_call.use_exclusively` has no effect! + - `disable`: A boolean flag specifying whether Element Call should be disabled. + If `true`, `element_call.use_exclusively` has no effect! Defaults to `false`. - `brand`: Optional name for the app. Defaults to `Element Call`. This is used throughout the application in various strings/locations.