From 3e5881fe7a92f793897a12c68f671ce8f24784d6 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 23 Jul 2022 20:01:54 +0200 Subject: [PATCH] renge/synapse: Enable MSC2716 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is required for backfill to work with mautrix-whatsapp ≥ 0.6.0. --- machines/renge/services/matrix/synapse.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/renge/services/matrix/synapse.nix b/machines/renge/services/matrix/synapse.nix index 19d7c29..8c63337 100644 --- a/machines/renge/services/matrix/synapse.nix +++ b/machines/renge/services/matrix/synapse.nix @@ -78,6 +78,9 @@ in # I’m okay with using matrix.org as trusted key server suppress_key_server_warning = true; + + # For mautrix-whatsapp backfilling + experimental_features.msc2716_enabled = true; }; extraConfigFiles = with config.sops.secrets; [