1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00
This commit is contained in:
Michael Telatynski
2021-06-24 19:28:04 +01:00
parent 40aa6ba96a
commit 1ca13f4ce9
2 changed files with 5 additions and 5 deletions

View File

@@ -15,10 +15,10 @@ limitations under the License.
*/
import { logger } from '../logger';
import {CryptoStore, MatrixClient} from "../client";
import {IRoomKeyRequestBody, IRoomKeyRequestRecipient} from "./index";
import { CryptoStore, MatrixClient } from "../client";
import { IRoomKeyRequestBody, IRoomKeyRequestRecipient } from "./index";
import { OutgoingRoomKeyRequest } from './store/base';
import {EventType} from "../@types/event";
import { EventType } from "../@types/event";
/**
* Internal module. Management of outgoing room key requests.