From dc0cb43c0e26118ff8fae004b5133ac9fd13f00e Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 12 Nov 2023 16:47:33 +0900 Subject: fix(modules/matrix-bridge): fix history sync * Nobody knows how long this option was left like this... --- modules/services/matrix-bridge.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/services/matrix-bridge.nix b/modules/services/matrix-bridge.nix index 8f32538..96250f1 100644 --- a/modules/services/matrix-bridge.nix +++ b/modules/services/matrix-bridge.nix @@ -139,7 +139,7 @@ in personal_filtering_spaces = true; delivery_receipts = true; identity_change_notices = true; - hystory_sync = { + history_sync = { backfill = false; # MSC2716 request_full_sync = true; }; -- cgit 1.4.1