From d9cacc3f3ad292a903142a3d2f858815a11ff837 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Tue, 2 Jun 2026 12:51:07 +0100 Subject: [PATCH] MSC4287: remove unstable prefix m.org.matrix.custom.backup_disabled --- src/@types/event.ts | 2 -- 1 file changed, 2 deletions(-) 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;