mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
core: allow starting chat without making SMP subscriptions (to use GET in NSE) (#745)
This commit is contained in:
committed by
GitHub
parent
051726702b
commit
7723e4ca7a
@@ -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