From e1a5e30a757971aa58ccda083a78961c07d0ee68 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 23 Jun 2022 09:54:55 +0300 Subject: [PATCH] Remove legacy crypto database from example config It doesn't seem to be used anywhere --- mautrix_telegram/example-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/mautrix_telegram/example-config.yaml b/mautrix_telegram/example-config.yaml index 5c80112e..2b4eb662 100644 --- a/mautrix_telegram/example-config.yaml +++ b/mautrix_telegram/example-config.yaml @@ -243,8 +243,6 @@ bridge: # Default to encryption, force-enable encryption in all portals the bridge creates # This will cause the bridge bot to be in private chats for the encryption to work properly. default: false - # Database for the encryption data. If set to `default`, will use the appservice database. - database: default # Options for automatic key sharing. key_sharing: # Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.