mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix marking read a single call history
This commit is contained in:
@@ -3525,7 +3525,7 @@ async function markCallHistoryRead(callId: string): Promise<void> {
|
||||
const [query, params] = sql`
|
||||
UPDATE messages
|
||||
SET
|
||||
seenStatus = ${SEEN_STATUS_UNSEEN}
|
||||
seenStatus = ${SEEN_STATUS_SEEN},
|
||||
json = json_patch(json, ${jsonPatch})
|
||||
WHERE type IS 'call-history'
|
||||
AND callId IS ${callId}
|
||||
|
||||
Reference in New Issue
Block a user