1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Update src/client.ts

Co-authored-by: Travis Ralston <travisr@matrix.org>
This commit is contained in:
Robert Long
2021-09-14 10:50:50 -07:00
committed by GitHub
parent b52f3b1c57
commit 14ed8a110c

View File

@@ -6109,7 +6109,7 @@ export class MatrixClient extends EventEmitter {
password: string,
sessionId: string | null,
auth: { session?: string, type: string },
bindThreepids?: boolean | null | { email?: boolean | boolean, msisdn?: boolean },
bindThreepids?: boolean | null | { email?: boolean, msisdn?: boolean },
guestAccessToken?: string,
inhibitLogin?: boolean,
callback?: Callback,