diff --git a/config/bridge.go b/config/bridge.go index 6fbc001..bf1d367 100644 --- a/config/bridge.go +++ b/config/bridge.go @@ -43,7 +43,7 @@ type BridgeConfig struct { CreatePortals bool `yaml:"create_portals"` Backfill bool `yaml:"backfill"` DoublePuppetBackfill bool `yaml:"double_puppet_backfill"` - } + } `yaml:"history_sync"` UserAvatarSync bool `yaml:"user_avatar_sync"` BridgeMatrixLeave bool `yaml:"bridge_matrix_leave"`