mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Introduce Service Id Types
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
committed by
Jamie Kyle
parent
414c0a58d3
commit
366b875fd2
@@ -67,7 +67,7 @@ export async function flushAttachmentDownloadQueue(): Promise<void> {
|
||||
}
|
||||
});
|
||||
await window.Signal.Data.saveMessages(messagesToSave, {
|
||||
ourUuid: window.storage.user.getCheckedUuid().toString(),
|
||||
ourAci: window.storage.user.getCheckedAci(),
|
||||
});
|
||||
|
||||
attachmentDownloadQueue = undefined;
|
||||
|
||||
Reference in New Issue
Block a user