mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
options is the 5th arg
This commit is contained in:
parent
4de29779c7
commit
8e9c76c26b
@ -136,7 +136,7 @@ export class HomeServerApi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
versions(options = null) {
|
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…
x
Reference in New Issue
Block a user