diff options
Diffstat (limited to 'modules/services')
-rw-r--r-- | modules/services/matrix-bridge.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |