mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 22:31:31 +01:00
Synchronous delete call link
This commit is contained in:
@@ -99,6 +99,7 @@ import {
|
||||
} from '../types/CallDisposition';
|
||||
import {
|
||||
getBytesForPeerId,
|
||||
getCallIdForProto,
|
||||
getProtoForCallHistory,
|
||||
} from '../util/callDisposition';
|
||||
import { MAX_MESSAGE_COUNT } from '../util/deleteForMe.types';
|
||||
@@ -1612,7 +1613,7 @@ export default class MessageSender {
|
||||
type: Proto.SyncMessage.CallLogEvent.Type.CLEAR,
|
||||
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