diff --git a/bots/api/TYPES.md b/bots/api/TYPES.md index 74e761107f..8451168385 100644 --- a/bots/api/TYPES.md +++ b/bots/api/TYPES.md @@ -2287,6 +2287,7 @@ Known: **Enum type**: - "rejected" +- "marked_removed" - "removed" - "left" - "deleted" diff --git a/tests/ChatClient.hs b/tests/ChatClient.hs index 566d314b15..b868671f3b 100644 --- a/tests/ChatClient.hs +++ b/tests/ChatClient.hs @@ -434,8 +434,8 @@ getTermLine cc@TestCC {printOutput} = 5000000 `timeout` atomically (readTQueue $ termQ cc) >>= \case Just s -> do -- remove condition to always echo virtual terminal - when True $ do - -- when printOutput $ do + -- when True $ do + when printOutput $ do name <- userName cc putStrLn $ name <> ": " <> s pure s