metadata: allow disabling channel memebr sync

Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
Sumner Evans
2024-07-17 22:24:32 -06:00
parent a0d88da480
commit fe550da243
3 changed files with 23 additions and 15 deletions
+3 -3
View File
@@ -31,12 +31,12 @@ member_list:
# -1 means no limit (which means it's limited to 10000 by the server)
max_initial_sync: 100
# Whether or not to sync the member list in channels. If disabled, members
# will still be synced when they send messages.
# Whether or not to sync the member list in broadcast channels. If
# disabled, members will still be synced when they send messages.
#
# If no channel admins have logged into the bridge, the bridge won't be
# able to sync the member list regardless of this setting.
sync_channels: false
sync_broadcast_channels: false
# Whether or not to skip deleted members when syncing members.
skip_deleted: true