diff --git a/src/client.ts b/src/client.ts index a1ac2685a..b8c36dc52 100644 --- a/src/client.ts +++ b/src/client.ts @@ -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,