From 30aff7658b59fd59440fb2c531db791fc550106f Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:16:05 +0400 Subject: [PATCH] remove comment --- src/Simplex/Chat.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Simplex/Chat.hs b/src/Simplex/Chat.hs index 1e0fda2edc..f56b2a0096 100644 --- a/src/Simplex/Chat.hs +++ b/src/Simplex/Chat.hs @@ -2918,7 +2918,6 @@ updateCallItemStatus user ct@Contact {contactId} Call {chatItemId} receivedStatu aciContent_ <- callStatusItemContent user ct chatItemId receivedStatus forM_ aciContent_ $ \aciContent -> do timed_ <- callTimed ct aciContent - -- TODO update updateDirectChatItemView user ct chatItemId aciContent False timed_ msgId_ forM_ (timed_ >>= timedDeleteAt') $ startProximateTimedItemThread user (ChatRef CTDirect contactId, chatItemId)