From 266f13f977e69dc3ed92b2c1bd52fc58354a0a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 21 May 2024 22:16:22 +0200 Subject: Store extended identaty data in direct message state --- src/Erebos/Message.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Erebos/Message.hs b/src/Erebos/Message.hs index f8ad2cf..5ef27f3 100644 --- a/src/Erebos/Message.hs +++ b/src/Erebos/Message.hs @@ -127,7 +127,7 @@ toThreadList (DirectMessageThreads _ threads) = threads instance Storable MessageState where store' MessageState {..} = storeRec $ do mapM_ (storeRef "PREV") msPrev - mapM_ (storeRef "peer") $ idDataF msPeer + mapM_ (storeRef "peer") $ idExtDataF msPeer mapM_ (storeRef "ready") msReady mapM_ (storeRef "sent") msSent mapM_ (storeRef "received") msReceived -- cgit v1.2.3