Enable backfilling of attachments without message_attachment rows
This commit is contained in:
parent
f4c1d9334f
commit
37ec000831
4 changed files with 109 additions and 8 deletions
|
@ -1238,6 +1238,8 @@ type WritableInterface = {
|
|||
|
||||
processGroupCallRingCancellation(ringId: bigint): void;
|
||||
cleanExpiredGroupCallRingCancellations(): void;
|
||||
|
||||
_testOnlyRemoveMessageAttachments(timestamp: number): void;
|
||||
};
|
||||
|
||||
// Adds a database argument
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue