Fix response to /rooms/{roomId}/join #607

This commit is contained in:
behouba 2019-01-17 21:15:15 +04:00
parent 72057ac2c1
commit 59f0d3975d

View file

@ -122,6 +122,7 @@ func SendMembership(
}{roomID},
}
}
return util.JSONResponse{
Code: http.StatusOK,
JSON: struct{}{},