From b5e2ded47a1e8e9ed44275ac6b1009b9f481eba2 Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 20 Jun 2024 00:47:56 +0000 Subject: [PATCH] Revert "test: Set fetch_existing_msgs for bots (#4976)" This reverts commit 25b8a482bcbba419e0018695e4463858466f8d19. --- python/src/deltachat/testplugin.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/src/deltachat/testplugin.py b/python/src/deltachat/testplugin.py index eb62fb23d..2840a621a 100644 --- a/python/src/deltachat/testplugin.py +++ b/python/src/deltachat/testplugin.py @@ -551,10 +551,6 @@ class ACFactory: fn = module.__file__ bot_cfg = self.get_next_liveconfig() - # The bot process is run asynchronously, so some messages can arrive before the bot is fully - # initialised. Also delete messages immediately to not process them again after restart. - bot_cfg["fetch_existing_msgs"] = "1" - bot_cfg["delete_server_after"] = "1" bot_ac = self.prepare_account_from_liveconfig(bot_cfg) # Forget ac as it will be opened by the bot subprocess