Add option to skip deleted members when syncing members. Fixes #192

This commit is contained in:
Tulir Asokan
2019-02-14 01:07:50 +02:00
parent 346090f7dc
commit 17b711d097
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -104,6 +104,8 @@ bridge:
# 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_channel_members: true
# Whether or not to skip deleted members when syncing members.
skip_deleted_members: true
# Whether or not to automatically synchronize contacts and chats of Matrix users logged into
# their Telegram account at startup.
startup_sync: true