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
Update src/client.ts
Co-authored-by: Travis Ralston <travisr@matrix.org>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user