Enable backfilling of attachments without message_attachment rows

This commit is contained in:
trevor-signal 2025-08-26 23:20:14 -04:00 committed by GitHub
commit 37ec000831
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 109 additions and 8 deletions

View file

@ -1238,6 +1238,8 @@ type WritableInterface = {
processGroupCallRingCancellation(ringId: bigint): void;
cleanExpiredGroupCallRingCancellations(): void;
_testOnlyRemoveMessageAttachments(timestamp: number): void;
};
// Adds a database argument