summaryrefslogtreecommitdiff
path: root/main/Test.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-07-06 11:35:28 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2024-07-06 13:04:54 +0200
commit887fb6143ba86b799a6730e36de3732e1330db0b (patch)
tree5f13cf2d0382ee42f17d940e3d0e03257f6383fc /main/Test.hs
parentc7f64b37e6442504fe5c41dbce6e7078cb434f31 (diff)
Chatrooms in conversation interface
Diffstat (limited to 'main/Test.hs')
-rw-r--r--main/Test.hs2
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