diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-07-06 11:35:28 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-07-06 13:04:54 +0200 |
commit | 887fb6143ba86b799a6730e36de3732e1330db0b (patch) | |
tree | 5f13cf2d0382ee42f17d940e3d0e03257f6383fc /main/Test.hs | |
parent | c7f64b37e6442504fe5c41dbce6e7078cb434f31 (diff) |
Chatrooms in conversation interface
Diffstat (limited to 'main/Test.hs')
-rw-r--r-- | main/Test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Test.hs b/main/Test.hs index 711f9fa..6b6d1d4 100644 --- a/main/Test.hs +++ b/main/Test.hs @@ -758,4 +758,4 @@ cmdChatroomMessageSend :: Command cmdChatroomMessageSend = do [cid, msg] <- asks tiParams to <- getChatroomStateData cid - void $ chatroomMessageByStateData to msg + void $ sendChatroomMessageByStateData to msg |