mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-25 06:54:06 +01:00
Fix history sync config
This commit is contained in:
parent
c6ff126151
commit
7b1c320295
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue