You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
improve the verify warning if blacklisting is unabled
This commit is contained in:
@@ -561,7 +561,8 @@ export default class MessageComposerInput extends React.Component {
|
||||
if (err.name === "UnknownDeviceError") {
|
||||
var UnknownDeviceDialog = sdk.getComponent("dialogs.UnknownDeviceDialog");
|
||||
Modal.createDialog(UnknownDeviceDialog, {
|
||||
devices: err.devices
|
||||
devices: err.devices,
|
||||
room: this.props.room,
|
||||
});
|
||||
}
|
||||
dis.dispatch({
|
||||
|
||||
Reference in New Issue
Block a user