You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
Build pass 1
This commit is contained in:
@@ -63,7 +63,7 @@ import {
|
||||
IKeyBackupTrustInfo,
|
||||
IKeyBackupVersion,
|
||||
} from "./crypto/keybackup";
|
||||
import { PkDecryption } from "olm";
|
||||
import { PkDecryption } from "@matrix-org/olm";
|
||||
import { IIdentityServerProvider } from "./@types/IIdentityServerProvider";
|
||||
import type Request from "request";
|
||||
import { MatrixScheduler } from "./scheduler";
|
||||
@@ -398,7 +398,7 @@ export class MatrixClient extends EventEmitter {
|
||||
private canSupportVoip = false;
|
||||
private peekSync: SyncApi = null;
|
||||
private isGuestAccount = false;
|
||||
private ongoingScrollbacks: {[roomId: string]: {promise?: Promise<any>, errorTs: number}} = {}; // TODO: Types
|
||||
private ongoingScrollbacks: {[roomId: string]: {promise?: Promise<any>, errorTs?: number}} = {}; // TODO: Types
|
||||
private notifTimelineSet: EventTimelineSet = null;
|
||||
private cryptoStore: CryptoStore;
|
||||
private verificationMethods: string[];
|
||||
|
||||
Reference in New Issue
Block a user