From 887fb6143ba86b799a6730e36de3732e1330db0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 6 Jul 2024 11:35:28 +0200 Subject: Chatrooms in conversation interface --- main/Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/Test.hs') 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 -- cgit v1.2.3