metadata: allow disabling channel memebr sync
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user