hghs icon indicating copy to clipboard operation
hghs copied to clipboard

Sync state end point

Open thejhh opened this issue 2 years ago • 0 comments

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 property MatrixType.M_HEROES, MatrixType.M_JOINED_MEMBER_COUNT, and MatrixType.M_INVITED_MEMBER_COUNT

thejhh avatar Apr 23 '22 19:04 thejhh