From f2731e1cfda3e16986f15cc016197711ee268790 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 27 Jun 2022 11:20:29 +0300 Subject: [PATCH] Fix value in example config --- example-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-config.yaml b/example-config.yaml index b66281b..39a480f 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -156,7 +156,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-signed + 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