mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-27 18:02:10 +00:00
fix type
This commit is contained in:
@@ -1150,7 +1150,11 @@ data ReceivedGroupInvitation = ReceivedGroupInvitation
|
||||
|
||||
type GroupMemberId = Int64
|
||||
|
||||
data KeySendStatus = KSSent | KSFailed | KSError Text | KSAttempts Int
|
||||
data KeySendStatus
|
||||
= KSSent
|
||||
| KSFailed
|
||||
| KSError {sendError :: Text}
|
||||
| KSAttempts {sendAttempts :: Int}
|
||||
deriving (Eq, Show)
|
||||
|
||||
-- memberProfile's profileId is COALESCE(member_profile_id, contact_profile_id), member_profile_id is non null
|
||||
|
||||
Reference in New Issue
Block a user