Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a62f6d1

Browse files
committed
Make the indexeddb worker script work again
Removed in 939f6d0
1 parent 529e014 commit a62f6d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MatrixClientPeg.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
Copyright 2015, 2016 OpenMarket Ltd
3+
Copyright 2017 Vector Creations Ltd.
34
45
Licensed under the Apache License, Version 2.0 (the "License");
56
you may not use this file except in compliance with the License.
@@ -127,7 +128,7 @@ class MatrixClientPeg {
127128
timelineSupport: true,
128129
};
129130

130-
this.matrixClient = createMatrixClient(opts);
131+
this.matrixClient = createMatrixClient(opts, this.indexedDbWorkerScript);
131132

132133
// we're going to add eventlisteners for each matrix event tile, so the
133134
// potential number of event listeners is quite high.

0 commit comments

Comments
 (0)