Add OLM_OPTIONS global TODO
This commit is contained in:
parent
3d54047f87
commit
7a9ff98550
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ function waitForSync(client) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function initClient(clientOptions) {
|
export async function initClient(clientOptions) {
|
||||||
|
// TODO: https://gitlab.matrix.org/matrix-org/olm/-/issues/10
|
||||||
window.OLM_OPTIONS = {};
|
window.OLM_OPTIONS = {};
|
||||||
await Olm.init({ locateFile: () => olmWasmPath });
|
await Olm.init({ locateFile: () => olmWasmPath });
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue