From 969d00dd8df9c2e24b3a56975d45b01bd9c75c5a Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Wed, 16 Apr 2025 21:58:17 +0200
Subject: [PATCH] Use Element Call exclusively

---
 config.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config.json b/config.json
index cce7be7..1695162 100644
--- a/config.json
+++ b/config.json
@@ -45,6 +45,9 @@
     "UIFeature.passwordReset": false,
     "UIFeature.deactivate": false
   },
+  "element_call": {
+    "use_exclusively": true
+  },
   "features": {
     "feature_report_to_moderators": true,
     "feature_jump_to_date": true,
-- 
GitLab