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

View File

@@ -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]