From e5d98665b1eaca8543ad1ac88c8f90b36594ffd5 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 30 Mar 2023 11:35:45 +0200 Subject: [PATCH] try to fix key sharing --- rootfs/etc/confd/templates/config.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/config.yaml.tmpl b/rootfs/etc/confd/templates/config.yaml.tmpl index b25e4f0..3f71fe7 100644 --- a/rootfs/etc/confd/templates/config.yaml.tmpl +++ b/rootfs/etc/confd/templates/config.yaml.tmpl @@ -362,7 +362,7 @@ bridge: # Minimum level that the bridge should accept for incoming Matrix messages. send: unverified # Minimum level that the bridge should require for accepting key requests. - share: cross-untrusted + share: cross-signed-tofu # Options for Megolm room key rotation. These options allow you to # configure the m.room.encryption event content. See: # https://spec.matrix.org/v1.3/client-server-api/#mroomencryption for