aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing/joinroom.go
diff options
context:
space:
mode:
Diffstat (limited to 'clientapi/routing/joinroom.go')
-rw-r--r--clientapi/routing/joinroom.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientapi/routing/joinroom.go b/clientapi/routing/joinroom.go
index dc15f4bd..4e6acebc 100644
--- a/clientapi/routing/joinroom.go
+++ b/clientapi/routing/joinroom.go
@@ -29,8 +29,8 @@ import (
func JoinRoomByIDOrAlias(
req *http.Request,
device *api.Device,
- rsAPI roomserverAPI.RoomserverInternalAPI,
- profileAPI api.UserProfileAPI,
+ rsAPI roomserverAPI.ClientRoomserverAPI,
+ profileAPI api.ClientUserAPI,
roomIDOrAlias string,
) util.JSONResponse {
// Prepare to ask the roomserver to perform the room join.