This commit is contained in:
spaced4ndy
2025-10-21 18:33:00 +04:00
parent 77436c651d
commit 8c1a0105ee
2 changed files with 11 additions and 11 deletions

View File

@@ -978,11 +978,11 @@ data GroupRelayStatus
-- Own status tracked by relay in a group
data GroupRelayOwnStatus
= RSGInvited
| RSGLinkCreated
| RSGAccepted
| RSGNotified
| RSGConfirmed
= GROSInvited
| GROSLinkCreated
| GROSAccepted
| GROSNotified
| GROSConfirmed
data GroupSupportChat = GroupSupportChat
{ chatTs :: UTCTime,