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