From 8d0d4570dd18a4235ecd1893fe66cebaed80349c Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 3 Sep 2020 15:29:09 +0200 Subject: [PATCH] fix import path --- src/matrix/e2ee/olm/Encryption.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/e2ee/olm/Encryption.js b/src/matrix/e2ee/olm/Encryption.js index 1461b94c..55481bcb 100644 --- a/src/matrix/e2ee/olm/Encryption.js +++ b/src/matrix/e2ee/olm/Encryption.js @@ -15,7 +15,7 @@ limitations under the License. */ import {groupByWithCreator} from "../../../utils/groupBy.js"; -import {verifyEd25519Signature, OLM_ALGORITHM} from "./common.js"; +import {verifyEd25519Signature, OLM_ALGORITHM} from "../common.js"; import {createSessionEntry} from "./Session.js"; function findFirstSessionId(sessionIds) {