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

Commit

Permalink
Lint Eastwood
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Jan 13, 2020
1 parent 76fe87c commit e47240d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structures/MatrixChat.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
);
},

Expand Down

0 comments on commit e47240d

Please sign in to comment.