diff options
Diffstat (limited to 'src/Erebos/Chatroom.hs')
| -rw-r--r-- | src/Erebos/Chatroom.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Erebos/Chatroom.hs b/src/Erebos/Chatroom.hs index aa5e3ee..fce8b1d 100644 --- a/src/Erebos/Chatroom.hs +++ b/src/Erebos/Chatroom.hs @@ -72,6 +72,8 @@ instance ConversationType ChatroomState ChatMessage where convMessageListSince mbSince cstate = ( 0, ) $ map (, False) $ threadToListSince (maybe [] roomStateMessageData mbSince) (roomStateMessageData cstate) + convMarkAllSeen _ = return () + data ChatroomData = ChatroomData { rdPrev :: [Stored (Signed ChatroomData)] |