remove comment

This commit is contained in:
spaced4ndy
2024-04-24 16:16:05 +04:00
parent 14d9231503
commit 30aff7658b
-1
View File
@@ -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)