diff --git a/src/matrix/net/HomeServerApi.js b/src/matrix/net/HomeServerApi.js index 4ac7f9e2..008ee8a9 100644 --- a/src/matrix/net/HomeServerApi.js +++ b/src/matrix/net/HomeServerApi.js @@ -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); } }