UI for blacklisting unverified devices per-room & globally

(written blind; untested as yet)
This commit is contained in:
Matthew Hodgson 2017-01-21 17:39:31 +00:00
parent 2e15e8f9b4
commit 3071fc0ddc
4 changed files with 94 additions and 3 deletions

View file

@ -69,5 +69,7 @@ module.exports = React.createClass({
</div>
</div>
);
// XXX: do we want to give the user the option to enable blacklistUnverifiedDevices for this room (or globally) at this point?
// It feels like confused users will likely turn it on and then disappear in a cloud of UISIs...
}
});