core: start NSE without subscriptions, update simplexmq (fix agent phase) (#750)

This commit is contained in:
Evgeny Poberezkin
2022-06-25 11:49:46 +01:00
committed by GitHub
parent 4e979aee7e
commit 313bc65457
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ func apiCreateActiveUser(_ p: Profile) throws -> User {
}
func apiStartChat() throws -> Bool {
let r = chatSendCmdSync(.startChat)
let r = chatSendCmdSync(.startChat(subscribe: true))
switch r {
case .chatStarted: return true
case .chatRunning: return false