mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-26 13:08:02 +00:00
status
This commit is contained in:
@@ -961,6 +961,18 @@ data GroupMember = GroupMember
|
||||
}
|
||||
deriving (Eq, Show)
|
||||
|
||||
-- TODO [chat relays] review; consider where to use it:
|
||||
-- TODO - GroupMember?
|
||||
-- TODO - separate list of relays in GroupInfo?
|
||||
-- TODO - only on request?
|
||||
data ChatRelayStatus
|
||||
= CRSInvited
|
||||
| CRSAccepted
|
||||
| CRSAdded
|
||||
| CRSNotified
|
||||
| CRSConfirmed
|
||||
deriving (Eq, Show)
|
||||
|
||||
data GroupSupportChat = GroupSupportChat
|
||||
{ chatTs :: UTCTime,
|
||||
unread :: Int64,
|
||||
|
||||
Reference in New Issue
Block a user