forked from mystiq/hydrogen-web
options is the 5th arg
This commit is contained in:
parent
4de29779c7
commit
8e9c76c26b
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ export class HomeServerApi {
|
|||
}
|
||||
|
||||
versions(options = null) {
|
||||
return this._request("GET", `${this._homeserver}/_matrix/client/versions`, null, options);
|
||||
return this._request("GET", `${this._homeserver}/_matrix/client/versions`, null, null, options);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue