more tests

This commit is contained in:
spaced4ndy
2024-04-05 12:23:32 +04:00
parent 5f0cbca2ba
commit 2c58dc43eb
3 changed files with 111 additions and 6 deletions
+3 -1
View File
@@ -839,7 +839,9 @@ viewChatCleared :: AChatInfo -> [StyledString]
viewChatCleared (AChatInfo _ chatInfo) = case chatInfo of
DirectChat ct -> [ttyContact' ct <> ": all messages are removed locally ONLY"]
GroupChat gi -> [ttyGroup' gi <> ": all messages are removed locally ONLY"]
_ -> []
LocalChat _ -> ["notes: all messages are removed"]
ContactRequest _ -> []
ContactConnection _ -> []
viewContactsList :: [Contact] -> [StyledString]
viewContactsList =