Forráskód Böngészése

Fix history sync config

Tulir Asokan 3 éve
szülő
commit
7b1c320295
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      config/bridge.go

+ 1 - 1
config/bridge.go

@@ -43,7 +43,7 @@ type BridgeConfig struct {
 		CreatePortals        bool `yaml:"create_portals"`
 		CreatePortals        bool `yaml:"create_portals"`
 		Backfill             bool `yaml:"backfill"`
 		Backfill             bool `yaml:"backfill"`
 		DoublePuppetBackfill bool `yaml:"double_puppet_backfill"`
 		DoublePuppetBackfill bool `yaml:"double_puppet_backfill"`
-	}
+	} `yaml:"history_sync"`
 	UserAvatarSync    bool `yaml:"user_avatar_sync"`
 	UserAvatarSync    bool `yaml:"user_avatar_sync"`
 	BridgeMatrixLeave bool `yaml:"bridge_matrix_leave"`
 	BridgeMatrixLeave bool `yaml:"bridge_matrix_leave"`