mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-05 12:34:14 +00:00
core: allow starting chat without making SMP subscriptions (to use GET in NSE) (#745)
This commit is contained in:
@@ -99,7 +99,7 @@ instance ToJSON HelpSection where
|
||||
data ChatCommand
|
||||
= ShowActiveUser
|
||||
| CreateActiveUser Profile
|
||||
| StartChat
|
||||
| StartChat {subscribeConnections :: Bool}
|
||||
| APIStopChat
|
||||
| APISetAppPhase AgentPhase
|
||||
| ResubscribeAllConnections
|
||||
|
||||
Reference in New Issue
Block a user