bring back missing import

This commit is contained in:
Bruno Windels 2021-03-02 19:13:52 +01:00
parent c6db23bcfb
commit e29bc6710a

View file

@ -17,6 +17,7 @@ limitations under the License.
import {MEGOLM_ALGORITHM, DecryptionSource} from "./common.js";
import {groupEventsBySession} from "./megolm/decryption/utils.js";
import {mergeMap} from "../../utils/mergeMap.js";
import {groupBy} from "../../utils/groupBy.js";
import {makeTxnId} from "../common.js";
const ENCRYPTED_TYPE = "m.room.encrypted";