From d19a59a3645ee9b8de4727cb891cc5c014cb6f2a Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Fri, 5 May 2023 15:49:31 +0400 Subject: [PATCH] core: start receiving files on chat activation (#2387) --- src/Simplex/Chat.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Simplex/Chat.hs b/src/Simplex/Chat.hs index 6b515d33b0..bcd32b5876 100644 --- a/src/Simplex/Chat.hs +++ b/src/Simplex/Chat.hs @@ -409,6 +409,7 @@ processChatCommand = \case APIActivateChat -> withUser $ \_ -> do restoreCalls withAgent foregroundAgent + withStore' getUsers >>= void . forkIO . startFilesToReceive setAllExpireCIFlags True ok_ APISuspendChat t -> do