This commit is contained in:
spaced4ndy
2025-10-21 18:44:41 +04:00
parent c0efd13030
commit bc498cdba0

View File

@@ -1222,12 +1222,14 @@ 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
}