Start migrating InboundGroupSessionStore to TypeScript

This commit is contained in:
Danila Fedorin 2021-08-12 10:24:47 -07:00
parent 3213a0baa0
commit f4ba26cb1e
2 changed files with 1 additions and 1 deletions

View file

@ -29,7 +29,7 @@ import {PendingEventStore} from "./stores/PendingEventStore";
import {UserIdentityStore} from "./stores/UserIdentityStore";
import {DeviceIdentityStore} from "./stores/DeviceIdentityStore";
import {OlmSessionStore} from "./stores/OlmSessionStore";
import {InboundGroupSessionStore} from "./stores/InboundGroupSessionStore.js";
import {InboundGroupSessionStore} from "./stores/InboundGroupSessionStore";
import {OutboundGroupSessionStore} from "./stores/OutboundGroupSessionStore.js";
import {GroupSessionDecryptionStore} from "./stores/GroupSessionDecryptionStore.js";
import {OperationStore} from "./stores/OperationStore.js";