浏览代码

Fix value in example config

Tulir Asokan 3 年之前
父节点
当前提交
f2731e1cfd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      example-config.yaml

+ 1 - 1
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