mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Update for rename of worker
This commit is contained in:
parent
f187a359e6
commit
515b57ba12
@ -19,8 +19,8 @@ limitations under the License.
|
||||
// However, this still pulls in all of the js-sdk and we only use a tiny fraction
|
||||
// of it. It also causes an Olm error to appear because we don't have an Olm in scope.
|
||||
// Instead, we do this:
|
||||
import IndexedDbStoreWorker from 'matrix-js-sdk/lib/store/indexeddb-remote-worker';
|
||||
import IndexedDBStoreWorker from 'matrix-js-sdk/lib/store/indexeddb-store-worker';
|
||||
|
||||
const remoteWorker = new IndexedDbStoreWorker(postMessage);
|
||||
const remoteWorker = new IndexedDBStoreWorker(postMessage);
|
||||
|
||||
onmessage = remoteWorker.onMessage;
|
||||
|
Loading…
Reference in New Issue
Block a user