Remove broken catch_up option

This commit is contained in:
Tulir Asokan
2019-08-10 19:48:33 +03:00
parent ea7e4b277f
commit 468412100c
4 changed files with 0 additions and 13 deletions
-2
View File
@@ -197,8 +197,6 @@ class User(AbstractUser):
if not self.is_bot and config["bridge.startup_sync"]:
await self.sync_dialogs()
await self.sync_contacts()
if config["bridge.catch_up"]:
await self.client.catch_up()
except Exception:
self.log.exception("Failed to run post-login functions for %s", self.mxid)