From bc498cdba06ac9672b5bc5520768211d70895a67 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Tue, 21 Oct 2025 18:44:41 +0400 Subject: [PATCH] comment --- src/Simplex/Chat/Protocol.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Simplex/Chat/Protocol.hs b/src/Simplex/Chat/Protocol.hs index f974ee7c9b..955205396d 100644 --- a/src/Simplex/Chat/Protocol.hs +++ b/src/Simplex/Chat/Protocol.hs @@ -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 }