summaryrefslogtreecommitdiff
path: root/src/Erebos/Conversation/Class.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Erebos/Conversation/Class.hs')
-rw-r--r--src/Erebos/Conversation/Class.hs1
1 files changed, 1 insertions, 0 deletions
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 ) ]