You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
initial pseudocode WIP for e2e online backups
This commit is contained in:
@@ -1129,6 +1129,12 @@ export default React.createClass({
|
||||
cli.on("crypto.roomKeyRequestCancellation", (req) => {
|
||||
krh.handleKeyRequestCancellation(req);
|
||||
});
|
||||
|
||||
const skrh = new SuggestKeyRestoreHandler(cli);
|
||||
cli.on("crypto.suggestKeyRestore", () => {
|
||||
skrh.handleSuggestKeyRestore();
|
||||
});
|
||||
|
||||
cli.on("Room", (room) => {
|
||||
if (MatrixClientPeg.get().isCryptoEnabled()) {
|
||||
const blacklistEnabled = SettingsStore.getValueAt(
|
||||
|
||||
Reference in New Issue
Block a user