From fadce0c1408379d94b49398718afaefd3c8d7ed4 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:34:10 +0400 Subject: [PATCH] core: create new chat controller with chatActivated set to true --- src/Simplex/Chat.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simplex/Chat.hs b/src/Simplex/Chat.hs index 8fbd978c51..3d25ba7cf3 100644 --- a/src/Simplex/Chat.hs +++ b/src/Simplex/Chat.hs @@ -234,7 +234,7 @@ newChatController expireCIFlags <- newTVarIO M.empty cleanupManagerAsync <- newTVarIO Nothing timedItemThreads <- atomically TM.empty - chatActivated <- newTVarIO (not backgroundMode) + chatActivated <- newTVarIO True showLiveItems <- newTVarIO False encryptLocalFiles <- newTVarIO False userXFTPFileConfig <- newTVarIO $ xftpFileConfig cfg