Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2017-11-16 15:12:40 +00:00
commit 2962a9f181
1 changed files with 0 additions and 5 deletions

View File

@ -113,11 +113,6 @@ export default React.createClass({
},
render: function() {
if (this.state.devices === null) {
const Spinner = sdk.getComponent("elements.Spinner");
return <Spinner />;
}
let warning;
if (SettingsStore.getValue("blacklistUnverifiedDevices", this.props.room.roomId)) {
warning = (