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
GET /_matrix/client/r0/sync?:queryParams
...with queryParams:
queryParams
filter
since
full_state
set_presence
timeout
Should be updated to use newer version. However, remember to refactor our SimpleMatrixClient to use it also at fi.hg.matrix.
The response DTO is MatrixSyncResponseDTO.
MatrixSyncResponseDTO
M_RESOURCE_LIMIT_EXCEEDED
MatrixSyncResponseRoomSummaryDTO
MatrixType.M_HEROES
MatrixType.M_JOINED_MEMBER_COUNT
MatrixType.M_INVITED_MEMBER_COUNT
The text was updated successfully, but these errors were encountered:
Added initial controller route for #15
3ee7123
Fixed to use query params as it should #15
76594da
Improved DTOs for heusalagroup/hghs#15
dea781a
Added initial DTO response for #15
bfcc3a7
No branches or pull requests
GET /_matrix/client/r0/sync?:queryParams
...with
queryParams
:filter
since
full_state
set_presence
timeout
Should be updated to use newer version. However, remember to refactor our SimpleMatrixClient to use it also at fi.hg.matrix.
The response DTO is
MatrixSyncResponseDTO
.See also
M_RESOURCE_LIMIT_EXCEEDED
at https://spec.matrix.org/v1.2/client-server-api/#other-error-codesRelated DTOs
MatrixSyncResponseRoomSummaryDTO
has propertyMatrixType.M_HEROES
,MatrixType.M_JOINED_MEMBER_COUNT
, andMatrixType.M_INVITED_MEMBER_COUNT
The text was updated successfully, but these errors were encountered: