Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 7650e3d

Browse files
authored
Merge pull request #569 from matrix-org/rav/reinstate_devices_list
Reinstate missing sections from the UserSettings
2 parents 6842544 + 6e6bcf8 commit 7650e3d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/structures/UserSettings.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,6 @@ module.exports = React.createClass({
338338
},
339339

340340
_renderCryptoInfo: function() {
341-
if (!UserSettingsStore.isFeatureEnabled("e2e_encryption")) {
342-
return null;
343-
}
344-
345341
var client = MatrixClientPeg.get();
346342
var deviceId = client.deviceId;
347343
var identityKey = client.getDeviceEd25519Key() || "<not supported>";
@@ -362,9 +358,6 @@ module.exports = React.createClass({
362358
},
363359

364360
_renderDevicesPanel: function() {
365-
if (!UserSettingsStore.isFeatureEnabled("e2e_encryption")) {
366-
return null;
367-
}
368361
var DevicesPanel = sdk.getComponent('settings.DevicesPanel');
369362
return (
370363
<div>

0 commit comments

Comments
 (0)