From 9b64686041b9ef4c28fc76bbf3ab54cc795ce5f1 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 17 Jan 2020 13:50:24 +0000 Subject: [PATCH] Add missing import --- src/KeyRequestHandler.js | 1 + 1 file changed, 1 insertion(+) 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