Attachment backfill

This commit is contained in:
Fedor Indutny
2025-03-24 23:34:58 -07:00
committed by GitHub
parent c94849d3a1
commit b3c7b48d1c
40 changed files with 1793 additions and 357 deletions

View File

@@ -532,6 +532,7 @@ export type GetRecentStoryRepliesOptionsType = {
export enum AttachmentDownloadSource {
BACKUP_IMPORT = 'backup_import',
STANDARD = 'standard',
BACKFILL = 'backfill',
}
type ReadableInterface = {