mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Enable backfilling of attachments without message_attachment rows
This commit is contained in:
@@ -1238,6 +1238,8 @@ type WritableInterface = {
|
||||
|
||||
processGroupCallRingCancellation(ringId: bigint): void;
|
||||
cleanExpiredGroupCallRingCancellations(): void;
|
||||
|
||||
_testOnlyRemoveMessageAttachments(timestamp: number): void;
|
||||
};
|
||||
|
||||
// Adds a database argument
|
||||
|
||||
Reference in New Issue
Block a user