From 59f0d3975d6a32e9975648078fc9411390dfcb5a Mon Sep 17 00:00:00 2001 From: behouba Date: Thu, 17 Jan 2019 21:15:15 +0400 Subject: [PATCH] Fix response to /rooms/{roomId}/join #607 --- .../matrix-org/dendrite/clientapi/routing/membership.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/membership.go b/src/github.com/matrix-org/dendrite/clientapi/routing/membership.go index 2cb67c947..6dcc547eb 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/routing/membership.go +++ b/src/github.com/matrix-org/dendrite/clientapi/routing/membership.go @@ -122,6 +122,7 @@ func SendMembership( }{roomID}, } } + return util.JSONResponse{ Code: http.StatusOK, JSON: struct{}{},