handle room key request cancellations
This commit is contained in:
parent
d5bc24d9f7
commit
7d55f3e75d
2 changed files with 52 additions and 6 deletions
|
@ -920,6 +920,9 @@ module.exports = React.createClass({
|
|||
cli.on("crypto.roomKeyRequest", (req) => {
|
||||
krh.handleKeyRequest(req);
|
||||
});
|
||||
cli.on("crypto.roomKeyRequestCancellation", (req) => {
|
||||
krh.handleKeyRequestCancellation(req);
|
||||
});
|
||||
},
|
||||
|
||||
showScreen: function(screen, params) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue