hghs
hghs copied to clipboard
Sync state end point
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
- https://spec.matrix.org/v1.2/client-server-api/#get_matrixclientv3sync
-
M_RESOURCE_LIMIT_EXCEEDED
at https://spec.matrix.org/v1.2/client-server-api/#other-error-codes - https://spec.matrix.org/v1.2/client-server-api/#lazy-loading-room-members
- https://spec.matrix.org/v1.2/client-server-api/#syncing
- https://spec.matrix.org/v1.2/client-server-api/#post_matrixclientv3joinroomidoralias
- https://spec.matrix.org/v1.2/client-server-api/#post_matrixclientv3roomsroomidjoin
- https://spec.matrix.org/v1.2/client-server-api/#post_matrixclientv3knockroomidoralias
- https://spec.matrix.org/v1.2/client-server-api/#leaving-rooms
- https://spec.matrix.org/v1.2/client-server-api/#client-behaviour-4
- https://spec.matrix.org/v1.2/client-server-api/#server-behaviour-3
- https://spec.matrix.org/v1.2/client-server-api/#client-behaviour-8
- https://spec.matrix.org/v1.2/client-server-api/#server-behaviour-4
- https://spec.matrix.org/v1.2/client-server-api/#extensions-to-sync
- https://spec.matrix.org/v1.2/client-server-api/#tracking-the-device-list-for-a-user
- https://spec.matrix.org/v1.2/client-server-api/#extensions-to-sync-1
- https://spec.matrix.org/v1.2/client-server-api/#receiving-notifications
- https://spec.matrix.org/v1.2/client-server-api/#push-rules-events
- https://spec.matrix.org/v1.2/client-server-api/#client-behaviour-14
- https://spec.matrix.org/v1.2/client-server-api/#events-13
- https://spec.matrix.org/v1.2/client-server-api/#client-behaviour-22
- https://spec.matrix.org/v1.2/client-server-api/#events-16
- https://spec.matrix.org/v1.2/client-server-api/#post_matrixclientv3useruseridopenidrequest_token
Related DTOs
-
MatrixSyncResponseRoomSummaryDTO
has propertyMatrixType.M_HEROES
,MatrixType.M_JOINED_MEMBER_COUNT
, andMatrixType.M_INVITED_MEMBER_COUNT