You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Update types to match reality (#3271)
This commit is contained in:
committed by
GitHub
parent
0e19f8dc69
commit
f5bf6b1be6
@@ -7471,7 +7471,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
|
||||
* Set the identity server URL of this client
|
||||
* @param url - New identity server URL
|
||||
*/
|
||||
public setIdentityServerUrl(url: string): void {
|
||||
public setIdentityServerUrl(url?: string): void {
|
||||
this.idBaseUrl = utils.ensureNoTrailingSlash(url);
|
||||
this.http.setIdBaseUrl(this.idBaseUrl);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user