diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index ce6f7d936fa..a07446d971f 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -1513,7 +1513,7 @@ export default createReactClass({ // changing colour. More advanced behaviour will come once // we implement more settings. cli.setGlobalErrorOnUnknownDevices( - !SettingsStore.isFeatureEnabled("feature_cross_signing") + !SettingsStore.isFeatureEnabled("feature_cross_signing"), ); },