Merge pull request #158 from matrix-org/daniel/guestroominitialsync

Merge pull request #158 from matrix-org/daniel/guestroominitialsync

Guest users are allowed room initialSync
pull/977/head
Daniel Wagner-Hall 9 years ago
commit c5e4d08e3b

@ -371,7 +371,7 @@ paths:
description: |-
Whether this room is visible to the ``/publicRooms`` API
or not."
required: ["room_id", "membership"]
required: ["room_id"]
403:
description: >
You aren't a member of the room and weren't previously a

@ -32,6 +32,7 @@ retrieving events:
* `GET /rooms/:room_id/state <#get-matrix-client-api-v1-rooms-roomid-state>`_
* `GET /rooms/:room_id/state/:event_type/:state_key <#get-matrix-client-api-v1-rooms-roomid-state-eventtype-statekey>`_
* `GET /rooms/:room_id/messages <#get-matrix-client-api-v1-rooms-roomid-messages>`_
* `GET /rooms/:room_id/initialSync <#get-matrix-client-api-v1-rooms-roomid-initialsync>`_
There is also a special version of the
`GET /events <#get-matrix-client-api-v1-events>`_ endpoint:

Loading…
Cancel
Save