From 7a9ff98550c7b60f9fefd97523b9e53e0a489f80 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Wed, 27 Apr 2022 13:51:08 -0700 Subject: [PATCH] Add OLM_OPTIONS global TODO --- src/matrix-utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/matrix-utils.js b/src/matrix-utils.js index 07e1616..6132b7d 100644 --- a/src/matrix-utils.js +++ b/src/matrix-utils.js @@ -29,6 +29,7 @@ function waitForSync(client) { } export async function initClient(clientOptions) { + // TODO: https://gitlab.matrix.org/matrix-org/olm/-/issues/10 window.OLM_OPTIONS = {}; await Olm.init({ locateFile: () => olmWasmPath });