about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-11-12 16:47:33 +0900
committersefidel <contact@sefidel.net>2023-11-12 17:12:54 +0900
commitdc0cb43c0e26118ff8fae004b5133ac9fd13f00e (patch)
treea168d199aea900dd25ea3bb8c352c8c0ea5d586b /modules
parent6c4cc36b5a45d36d5e23209fd02c0781f7bc7425 (diff)
downloadinfra-dc0cb43c0e26118ff8fae004b5133ac9fd13f00e.tar.gz
infra-dc0cb43c0e26118ff8fae004b5133ac9fd13f00e.zip
fix(modules/matrix-bridge): fix history sync
* Nobody knows how long this option was left like this...
Diffstat (limited to 'modules')
-rw-r--r--modules/services/matrix-bridge.nix2
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;
           };