From ba6844f733b20b2070cf19a835f984f02dd874b7 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sat, 25 Jul 2020 22:31:31 +0200 Subject: [PATCH] set encryption_enabled_by_default_for_room_type too off, or appservice bots won't work --- rootfs/etc/confd/templates/server.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/server.yaml.tmpl b/rootfs/etc/confd/templates/server.yaml.tmpl index abdcfeb..a11aeb5 100644 --- a/rootfs/etc/confd/templates/server.yaml.tmpl +++ b/rootfs/etc/confd/templates/server.yaml.tmpl @@ -2171,7 +2171,7 @@ spam_checker: # Note that this option will only affect rooms created after it is set. It # will also not affect rooms created by other servers. # -encryption_enabled_by_default_for_room_type: invite +encryption_enabled_by_default_for_room_type: off # Uncomment to allow non-server-admin users to create groups on this server