initial pseudocode WIP for e2e online backups
This commit is contained in:
parent
952f2c6a21
commit
a233af67ea
4 changed files with 247 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue