mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Merge pull request #4607 from matrix-org/dbkr/remove_rageshake_ssss_key_upgrade_check
Remove SSSS key upgrade check from rageshake
This commit is contained in:
commit
465948e402
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ export default async function sendBugReport(bugReportEndpoint: string, opts: IOp
|
|||
body.append("cross_signing_supported_by_hs",
|
||||
String(await client.doesServerSupportUnstableFeature("org.matrix.e2e_cross_signing")));
|
||||
body.append("cross_signing_ready", String(await client.isCrossSigningReady()));
|
||||
body.append("ssss_key_needs_upgrade", String(await client.secretStorageKeyNeedsUpgrade()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue