mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-28 07:14:40 +00:00
core: do not start clean up manager in background NSE (#3657)
* core: do not start clean up manager in background NSE * update UIs * fix test
This commit is contained in:
committed by
GitHub
parent
e294999044
commit
3ccd9903a7
@@ -233,7 +233,7 @@ data ChatCommand
|
||||
| UnmuteUser
|
||||
| APIDeleteUser UserId Bool (Maybe UserPwd)
|
||||
| DeleteUser UserName Bool (Maybe UserPwd)
|
||||
| StartChat {subscribeConnections :: Bool, enableExpireChatItems :: Bool, startXFTPWorkers :: Bool}
|
||||
| StartChat {mainApp :: Bool}
|
||||
| APIStopChat
|
||||
| APIActivateChat {restoreChat :: Bool}
|
||||
| APISuspendChat {suspendTimeout :: Int}
|
||||
|
||||
Reference in New Issue
Block a user