remove commented code

This commit is contained in:
spaced4ndy
2023-05-11 11:46:41 +04:00
parent 8d9a04891c
commit 1681cba20e
-1
View File
@@ -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