You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
delint
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user