diff --git a/src/@types/event.ts b/src/@types/event.ts index af43528e86..90de292245 100644 --- a/src/@types/event.ts +++ b/src/@types/event.ts @@ -419,8 +419,6 @@ export interface AccountDataEvents extends SecretStorageAccountDataEvents { // MSC4287: Sharing key backup preference between clients - used to mark that the user opted out of key storage "m.key_backup": { enabled: boolean }; - // MSC4287 unstable prefix (note the boolean property has the opposite sense) - "m.org.matrix.custom.backup_disabled": { disabled: boolean }; "m.identity_server": { base_url: string | null }; [key: `${typeof LOCAL_NOTIFICATION_SETTINGS_PREFIX.name}.${string}`]: LocalNotificationSettings;