Skip to content

Commit badda5a

Browse files
dbkrjryans
authored andcommitted
Remove SSSS key upgrade check from rageshake
This code doesn't exist anymore as the SSSS symmetric upgrade stuff has been removed. Fixes element-hq/element-web#13715
1 parent 26e6447 commit badda5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rageshake/submit-rageshake.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ export default async function sendBugReport(bugReportEndpoint: string, opts: IOp
133133
body.append("cross_signing_supported_by_hs",
134134
String(await client.doesServerSupportUnstableFeature("org.matrix.e2e_cross_signing")));
135135
body.append("cross_signing_ready", String(await client.isCrossSigningReady()));
136-
body.append("ssss_key_needs_upgrade", String(await client.secretStorageKeyNeedsUpgrade()));
137136
}
138137
}
139138

0 commit comments

Comments
 (0)