Add option to mark old chats as read even if they're unread on Telegram

This commit is contained in:
Tulir Asokan
2022-10-12 11:24:51 +03:00
parent c9f8b83f62
commit b582e59eee
3 changed files with 19 additions and 2 deletions
+1
View File
@@ -162,6 +162,7 @@ class Config(BaseBridgeConfig):
copy("bridge.backfill.msc2716")
copy("bridge.backfill.double_puppet_backfill")
copy("bridge.backfill.normal_groups")
copy("bridge.backfill.unread_hours_threshold")
copy("bridge.backfill.forward.initial_limit")
copy("bridge.backfill.forward.sync_limit")
copy("bridge.backfill.incremental.messages_per_batch")