We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adaf921 commit 899ec72Copy full SHA for 899ec72
src/@types/event.ts
@@ -379,6 +379,8 @@ export interface AccountDataEvents extends SecretStorageAccountDataEvents {
379
// Flag set by the rust SDK (Element X) and also used by us to mark that the user opted out of backup
380
// (I don't know why it's m.org.matrix...)
381
"m.org.matrix.custom.backup_disabled": { disabled: boolean };
382
+ // Indicate whether recovery is enabled or disabled
383
+ "io.element.recovery": { enabled: boolean };
384
"m.identity_server": { base_url: string | null };
385
[key: `${typeof LOCAL_NOTIFICATION_SETTINGS_PREFIX.name}.${string}`]: LocalNotificationSettings;
386
[key: `m.secret_storage.key.${string}`]: SecretStorageKeyDescription;
0 commit comments