improve the verify warning if blacklisting is unabled
This commit is contained in:
parent
c618880af9
commit
071e364be2
4 changed files with 17 additions and 4 deletions
|
@ -32,7 +32,8 @@ module.exports = {
|
|||
if (err.name === "UnknownDeviceError") {
|
||||
var UnknownDeviceDialog = sdk.getComponent("dialogs.UnknownDeviceDialog");
|
||||
Modal.createDialog(UnknownDeviceDialog, {
|
||||
devices: err.devices
|
||||
devices: err.devices,
|
||||
room: MatrixClientPeg.get().getRoom(event.getRoomId()),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue