diff --git a/src/KeyRequestHandler.js b/src/KeyRequestHandler.js index 0aca6529e4..30f3b7d50e 100644 --- a/src/KeyRequestHandler.js +++ b/src/KeyRequestHandler.js @@ -17,6 +17,7 @@ limitations under the License. import * as sdk from './index'; import Modal from './Modal'; +import SettingsStore from './settings/SettingsStore'; // TODO: We can remove this once cross-signing is the only way. // https://github.com/vector-im/riot-web/issues/11908