add CRContactConnecting api response (#281)

This commit is contained in:
Efim Poberezkin
2022-02-08 13:04:17 +04:00
committed by GitHub
parent 82d02e923a
commit 855881094b
4 changed files with 11 additions and 8 deletions
+1
View File
@@ -173,6 +173,7 @@ data ChatResponse
| CRSndFileRcvCancelled {sndFileTransfer :: SndFileTransfer}
| CRSndGroupFileCancelled {sndFileTransfers :: [SndFileTransfer]}
| CRUserProfileUpdated {fromProfile :: Profile, toProfile :: Profile}
| CRContactConnecting {contact :: Contact}
| CRContactConnected {contact :: Contact}
| CRContactAnotherClient {contact :: Contact}
| CRContactDisconnected {contact :: Contact}