mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-01 00:04:36 +00:00
add CRContactConnecting api response (#281)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user