mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Fix calls tab mark read error when adhoc call is the latest
This commit is contained in:
@@ -1457,7 +1457,7 @@ export async function markAllCallHistoryReadAndSync(
|
||||
: Proto.SyncMessage.CallLogEvent.Type.MARKED_AS_READ,
|
||||
timestamp: Long.fromNumber(latestCall.timestamp),
|
||||
peerId: getBytesForPeerId(latestCall),
|
||||
callId: Long.fromString(latestCall.callId),
|
||||
callId: getCallIdForProto(latestCall),
|
||||
});
|
||||
|
||||
const syncMessage = MessageSender.createSyncMessage();
|
||||
|
||||
Reference in New Issue
Block a user