Start migrating GroupSessionDecryptionStore to TypeScript
This commit is contained in:
parent
016b51ba37
commit
736b122fc7
2 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import {DeviceIdentityStore} from "./stores/DeviceIdentityStore";
|
|||
import {OlmSessionStore} from "./stores/OlmSessionStore";
|
||||
import {InboundGroupSessionStore} from "./stores/InboundGroupSessionStore";
|
||||
import {OutboundGroupSessionStore} from "./stores/OutboundGroupSessionStore";
|
||||
import {GroupSessionDecryptionStore} from "./stores/GroupSessionDecryptionStore.js";
|
||||
import {GroupSessionDecryptionStore} from "./stores/GroupSessionDecryptionStore";
|
||||
import {OperationStore} from "./stores/OperationStore.js";
|
||||
import {AccountDataStore} from "./stores/AccountDataStore.js";
|
||||
|
||||
|
|
Reference in a new issue