mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-13 21:47:42 +01:00
Start migrating OutboundGroupSessionStore to TypeScript
This commit is contained in:
parent
2883149086
commit
3128e072fd
src/matrix/storage/idb
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user