From 08360d0d08c4277548d53494438f224806efe476 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 1 Nov 2021 16:45:39 +0200 Subject: [PATCH] Fix backfill config comment --- example-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example-config.yaml b/example-config.yaml index a8b2804..1edb8d1 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -101,7 +101,8 @@ bridge: max_age: 604800 # Enable backfilling history sync payloads from WhatsApp using batch sending? # This requires a server with MSC2716 support, which is currently an experimental feature in synapse. - # It can be enabled by setting experimental_features -> enable_msc2716 to true in homeserver.yaml. + # It can be enabled by setting experimental_features -> msc2716_enabled to true in homeserver.yaml. + # Note that as of Synapse 1.46, there are still some bugs with the implementation, especially if using event persistence workers. backfill: false # Use double puppets for backfilling? # In order to use this, the double puppets must be in the appservice's user ID namespace