From 223e10691606a8d1885887fd6bb7570e1318e063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 20 Nov 2025 21:08:44 +0100 Subject: Highlight new messages in conversation history --- src/Erebos/Conversation/Class.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Erebos/Conversation') diff --git a/src/Erebos/Conversation/Class.hs b/src/Erebos/Conversation/Class.hs index 909dac6..6a28651 100644 --- a/src/Erebos/Conversation/Class.hs +++ b/src/Erebos/Conversation/Class.hs @@ -13,3 +13,4 @@ class (Typeable conv, Typeable msg) => ConversationType conv msg | conv -> msg, convMessageFrom :: msg -> ComposedIdentity convMessageTime :: msg -> ZonedTime convMessageText :: msg -> Maybe Text + convMessageListSince :: Maybe conv -> conv -> [ ( msg, Bool ) ] -- cgit v1.2.3