core: create new chat controller with chatActivated set to true

This commit is contained in:
spaced4ndy
2024-01-08 17:34:10 +04:00
parent 58ad97fe6d
commit fadce0c140

View File

@@ -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