mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
sendSyncMessageOnly: Keep timer if it exists
This commit is contained in:
@@ -283,7 +283,8 @@ export async function sendSyncMessageOnly(
|
||||
try {
|
||||
message.set({
|
||||
// This is the same as a normal send()
|
||||
expirationStartTimestamp: Date.now(),
|
||||
expirationStartTimestamp:
|
||||
message.get('expirationStartTimestamp') ?? Date.now(),
|
||||
errors: [],
|
||||
});
|
||||
const result = await sendSyncMessage(message, targetTimestamp);
|
||||
|
||||
Reference in New Issue
Block a user