From 1024ab045e53ec36ddfa8d11d94821bf4bb6e186 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Sun, 3 Jul 2022 08:02:29 +0200 Subject: [PATCH] Remove unnesesary Duplicated in synapse config --- conf/config.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/config.json b/conf/config.json index 78764f9..d34704b 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,8 +1,6 @@ { "default_server_config": { "m.homeserver": { "base_url": "__DEFAULT_HOME_SERVER__" }, - "im.vector.riot.jitsi": {"preferredDomain": "jitsi.riot.im"}, - "im.vector.riot.e2ee": {"default": true }, "m.identity_server": {"base_url": "https://vector.im"} }, "brand": "Element",