make UnknownDeviceDialog work again, other than the mess of vector-im/vector-web#3020
This commit is contained in:
parent
d9c0513ee2
commit
7bc3fc8696
6 changed files with 33 additions and 30 deletions
|
@ -512,7 +512,7 @@ module.exports = React.createClass({
|
|||
<input type="checkbox" ref="blacklistUnverified"
|
||||
defaultChecked={ isGlobalBlacklistUnverified || isRoomBlacklistUnverified }
|
||||
disabled={ isGlobalBlacklistUnverified || (this.refs.encrypt && !this.refs.encrypt.checked) }/>
|
||||
Never send encrypted messages to unverified devices in this room.
|
||||
Never send encrypted messages to unverified devices in this room from this device.
|
||||
</label>;
|
||||
|
||||
if (!isEncrypted &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue