Guest users are allowed room initialSync
This commit is contained in:
parent
703b9d456b
commit
061105c9dc
2 changed files with 2 additions and 1 deletions
|
@ -371,7 +371,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
Whether this room is visible to the ``/publicRooms`` API
|
Whether this room is visible to the ``/publicRooms`` API
|
||||||
or not."
|
or not."
|
||||||
required: ["room_id", "membership"]
|
required: ["room_id"]
|
||||||
403:
|
403:
|
||||||
description: >
|
description: >
|
||||||
You aren't a member of the room and weren't previously a
|
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 <#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/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/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
|
There is also a special version of the
|
||||||
`GET /events <#get-matrix-client-api-v1-events>`_ endpoint:
|
`GET /events <#get-matrix-client-api-v1-events>`_ endpoint:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue