mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-15 23:16:18 +00:00
remove commented code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user