mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-13 05:08:55 +00:00
test
This commit is contained in:
@@ -86,7 +86,9 @@ runInputLoop ct@ChatTerminal {termState, liveMessageState} cc = forever $ do
|
||||
Right SendLiveMessage {} -> True
|
||||
Right SendFile {} -> True
|
||||
Right SendMessageQuote {} -> True
|
||||
Right ForwardMessage {} -> True
|
||||
Right SendGroupMessageQuote {} -> True
|
||||
Right ForwardGroupMessage {} -> True
|
||||
Right SendMessageBroadcast {} -> True
|
||||
_ -> False
|
||||
startLiveMessage :: Either a ChatCommand -> ChatResponse -> IO ()
|
||||
|
||||
@@ -795,8 +795,8 @@ groupQuote g CIQuote {content = qmc, chatDir = quoteDir} = quoteText qmc . ttyQu
|
||||
forwardedFrom :: CIForwardedFrom -> [StyledString]
|
||||
forwardedFrom = \case
|
||||
CIFFUnknown -> ["-> forwarded"]
|
||||
CIFFContact c _ -> ["-> forwarded from " <> ttyContact c]
|
||||
CIFFGroup g _ -> ["-> forwarded from " <> ttyGroup g]
|
||||
CIFFContact c _ -> ["-> from conversation: " <> ttyContact c]
|
||||
CIFFGroup g _ -> ["-> from conversation: " <> ttyGroup g]
|
||||
CIFFNoteFolder _ _ -> ["-> forwarded from notes"]
|
||||
|
||||
sentByMember :: GroupInfo -> CIQDirection 'CTGroup -> Maybe GroupMember
|
||||
|
||||
Reference in New Issue
Block a user