aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing/capabilities.go
diff options
context:
space:
mode:
Diffstat (limited to 'clientapi/routing/capabilities.go')
-rw-r--r--clientapi/routing/capabilities.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/clientapi/routing/capabilities.go b/clientapi/routing/capabilities.go
index 72668fa5..b7d47e91 100644
--- a/clientapi/routing/capabilities.go
+++ b/clientapi/routing/capabilities.go
@@ -26,7 +26,7 @@ import (
// GetCapabilities returns information about the server's supported feature set
// and other relevant capabilities to an authenticated user.
func GetCapabilities(
- req *http.Request, rsAPI roomserverAPI.RoomserverInternalAPI,
+ req *http.Request, rsAPI roomserverAPI.ClientRoomserverAPI,
) util.JSONResponse {
roomVersionsQueryReq := roomserverAPI.QueryRoomVersionCapabilitiesRequest{}
roomVersionsQueryRes := roomserverAPI.QueryRoomVersionCapabilitiesResponse{}