1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00

Fix OlmDevice import for "algorithms" to fix tests

This commit is contained in:
Travis Ralston
2020-01-07 15:09:46 -07:00
parent cea3831c20
commit 3aec6367d1

View File

@@ -18,8 +18,7 @@ limitations under the License.
import {logger} from '../logger';
import {IndexedDBCryptoStore} from './store/indexeddb-crypto-store';
import algorithms from './algorithms';
import * as algorithms from './algorithms';
// The maximum size of an event is 65K, and we base64 the content, so this is a
// reasonable approximation to the biggest plaintext we can encrypt.