terminal: show message that failed to parse (#2439)

This commit is contained in:
Evgeny Poberezkin
2023-05-15 13:47:16 +02:00
committed by GitHub
parent 817c0a5672
commit d62761b3a8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -775,7 +775,7 @@ data ChatErrorType
| CEChatNotStopped
| CEChatStoreChanged
| CEInvalidConnReq
| CEInvalidChatMessage {message :: String}
| CEInvalidChatMessage {messageData :: Text, message :: String}
| CEContactNotReady {contact :: Contact}
| CEContactDisabled {contact :: Contact}
| CEConnectionDisabled {connection :: Connection}