bundles/mautrix-telegram: disable backfilling
This commit is contained in:
parent
f42597260d
commit
2095696131
1 changed files with 7 additions and 0 deletions
|
@ -128,6 +128,13 @@ bridge:
|
|||
whitelist_group_admins: true
|
||||
ignore_own_incoming_events: true
|
||||
whitelist: []
|
||||
backfill:
|
||||
invite_own_puppet: true
|
||||
takeout_limit: 1
|
||||
initial_limit: 10
|
||||
missed_limit: 0
|
||||
disable_notifications: false
|
||||
normal_groups: false
|
||||
|
||||
telegram:
|
||||
api_id: ${node.metadata['mautrix-telegram']['telegram']['api_id']}
|
||||
|
|
Loading…
Reference in a new issue