mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
core: start NSE without subscriptions, update simplexmq (fix agent phase) (#750)
This commit is contained in:
committed by
GitHub
parent
4e979aee7e
commit
313bc65457
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user