We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdfc4e commit 974d3c1Copy full SHA for 974d3c1
src/DecryptionFailureTracker.ts
@@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
6
Please see LICENSE files in the repository root for full details.
7
*/
8
9
-import { ScalableBloomFilter } from "bloom-filters";
+import ScalableBloomFilter from "bloom-filters/dist/bloom/scalable-bloom-filter";
10
import { HttpApiEvent, MatrixClient, MatrixEventEvent, MatrixEvent } from "matrix-js-sdk/src/matrix";
11
import { Error as ErrorEvent } from "@matrix-org/analytics-events/types/typescript/Error";
12
import { DecryptionFailureCode, CryptoEvent } from "matrix-js-sdk/src/crypto-api";
0 commit comments