This commit is contained in:
spaced4ndy
2025-10-22 20:56:40 +04:00
parent b847c0e5b0
commit 48463379c0
2 changed files with 19 additions and 13 deletions
+1 -9
View File
@@ -1222,16 +1222,8 @@ data ContactShortLinkData = ContactShortLinkData
}
deriving (Show)
-- TODO [chat relays] owner's public key for signing group actions and messages
data GroupShortLinkData = GroupShortLinkData
{ groupProfile :: GroupProfile,
chatRelays :: [ChatRelayInfo]
}
deriving (Show)
-- TODO [chat relays] relays public keys
data ChatRelayInfo = ChatRelayInfo
{ relayLink :: ConnLinkContact
{ groupProfile :: GroupProfile
}
deriving (Show)