core: start NSE without subscriptions, update simplexmq (fix agent phase) (#750)
This commit is contained in:
committed by
GitHub
parent
4e979aee7e
commit
313bc65457
@@ -55,7 +55,7 @@ responseToView testView = \case
|
||||
CRChatStarted -> ["chat started"]
|
||||
CRChatRunning -> ["chat is running"]
|
||||
CRChatStopped -> ["chat stopped"]
|
||||
CRAppPhase _ -> []
|
||||
CRAppPhase p -> ["app phase " <> sShow p]
|
||||
CRApiChats chats -> if testView then testViewChats chats else [plain . bshow $ J.encode chats]
|
||||
CRApiChat chat -> if testView then testViewChat chat else [plain . bshow $ J.encode chat]
|
||||
CRApiParsedMarkdown ft -> [plain . bshow $ J.encode ft]
|
||||
|
||||
Reference in New Issue
Block a user