mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 16:24:27 +00:00
docs, mute tests
This commit is contained in:
@@ -2287,6 +2287,7 @@ Known:
|
||||
|
||||
**Enum type**:
|
||||
- "rejected"
|
||||
- "marked_removed"
|
||||
- "removed"
|
||||
- "left"
|
||||
- "deleted"
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user