We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POST /_matrix/client/r0/rooms/:ROOM_ID/join
Should be updated to use newer version. However, remember to refactor our SimpleMatrixClient to use it also at fi.hg.matrix.
The request DTO is MatrixJoinRoomRequestDTO.
MatrixJoinRoomRequestDTO
The response DTO is MatrixJoinRoomResponseDTO.
MatrixJoinRoomResponseDTO
The text was updated successfully, but these errors were encountered:
Added initial controller route for #14
ac05c58
Added initial controller route for #14 (previous commit was meant for #…
ec37e25
…13)
Imrpoved DTOs for heusalagroup/hghs#14
f839d9f
Improved initial DTOs for #14
b90cd86
No branches or pull requests
POST /_matrix/client/r0/rooms/:ROOM_ID/join
Should be updated to use newer version. However, remember to refactor our SimpleMatrixClient to use it also at fi.hg.matrix.
The request DTO is
MatrixJoinRoomRequestDTO
.The response DTO is
MatrixJoinRoomResponseDTO
.See also
The text was updated successfully, but these errors were encountered: