|
|
|
|
@ -9,8 +9,10 @@ paths:
|
|
|
|
|
description: |-
|
|
|
|
|
Get a copy of the current state and the most recent messages in a room.
|
|
|
|
|
|
|
|
|
|
This endpoint was deprecated in r0 of this specification. There is no
|
|
|
|
|
direct replacement; the relevant information is returned by the
|
|
|
|
|
This endpoint should now exclusively be used for "peeking" into viewable rooms
|
|
|
|
|
you're not a member of ([Room Previews](/client-server-api/#room-previews)).
|
|
|
|
|
Using this endpoint for something other than peeking was deprecated in r0 of this specification.
|
|
|
|
|
The relevant information for syncing is now returned by the
|
|
|
|
|
[`/sync`](/client-server-api/#get_matrixclientv3sync) API. See the
|
|
|
|
|
[migration guide](https://matrix.org/docs/guides/migrating-from-client-server-api-v-1#deprecated-endpoints).
|
|
|
|
|
operationId: roomInitialSync
|
|
|
|
|
@ -161,7 +163,7 @@ paths:
|
|
|
|
|
You aren't a member of the room and weren't previously a member of the room.
|
|
|
|
|
tags:
|
|
|
|
|
- Room participation
|
|
|
|
|
deprecated: true
|
|
|
|
|
deprecated: false
|
|
|
|
|
servers:
|
|
|
|
|
- url: "{protocol}://{hostname}{basePath}"
|
|
|
|
|
variables:
|
|
|
|
|
|