From 1681cba20e3faced9facecedea46edb4bd8c0865 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Thu, 11 May 2023 11:46:41 +0400 Subject: [PATCH] remove commented code --- src/Simplex/Chat.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Simplex/Chat.hs b/src/Simplex/Chat.hs index 3b1ef5878c..f44192c89a 100644 --- a/src/Simplex/Chat.hs +++ b/src/Simplex/Chat.hs @@ -4834,7 +4834,6 @@ chatCommandP = refChar c = c > ' ' && c /= '#' && c /= '@' liveMessageP = " live=" *> onOffP <|> pure False sendMessageTTLP = " ttl=" *> ((Just <$> A.decimal) <|> ("default" $> Nothing)) <|> pure Nothing - -- sendMessageTTLP = (Just <$ " ttl=" <*> A.decimal) <|> pure Nothing onOffP = ("on" $> True) <|> ("off" $> False) profileNames = (,) <$> displayName <*> fullNameP newUserP = do