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

@@ -782,11 +782,13 @@ export type WebAPIConnectType = {
export type CapabilitiesType = {
deleteSync: boolean;
ssre2: boolean;
attachmentBackfill: boolean;
};
export type CapabilitiesUploadType = {
deleteSync: true;
versionedExpirationTimer: true;
ssre2: true;
attachmentBackfill: true;
};
type StickerPackManifestType = Uint8Array;
@@ -2992,6 +2994,7 @@ export function initialize({
deleteSync: true,
versionedExpirationTimer: true,
ssre2: true,
attachmentBackfill: true,
};
const jsonData = {
@@ -3048,6 +3051,7 @@ export function initialize({
deleteSync: true,
versionedExpirationTimer: true,
ssre2: true,
attachmentBackfill: true,
};
const jsonData = {