Deprecate check for versioned expire timer capability

This commit is contained in:
ayumi-signal 2024-12-02 14:09:29 -08:00 committed by GitHub
parent 1dea35043d
commit a2bbfd9496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 3 additions and 106 deletions

View file

@ -754,7 +754,6 @@ export type WebAPIConnectType = {
// ts/types/Storage.d.ts
export type CapabilitiesType = {
deleteSync: boolean;
versionedExpirationTimer: boolean;
ssre2: boolean;
};
export type CapabilitiesUploadType = {