mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Fix response to /rooms/{roomId}/join #607
This commit is contained in:
parent
72057ac2c1
commit
59f0d3975d
|
|
@ -122,6 +122,7 @@ func SendMembership(
|
|||
}{roomID},
|
||||
}
|
||||
}
|
||||
|
||||
return util.JSONResponse{
|
||||
Code: http.StatusOK,
|
||||
JSON: struct{}{},
|
||||
|
|
|
|||
Loading…
Reference in a new issue