mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-14 07:24:11 +01:00
Undeprecate /rooms/:roomid:/initialSync as there is no replacement yet
Signed-off-by: morguldir <morguldir@protonmail.com>
This commit is contained in:
parent
921c6becf1
commit
839111e6eb
|
|
@ -7,10 +7,13 @@ paths:
|
||||||
get:
|
get:
|
||||||
summary: Snapshot the current state of a room and its most recent messages.
|
summary: Snapshot the current state of a room and its most recent messages.
|
||||||
description: |-
|
description: |-
|
||||||
|
{{% boxes/note %}}
|
||||||
|
This api should now exclusively be used for "peeking" into publicly viewable rooms you're not a member of ([Room Previews](/client-server-api/#room-previews))
|
||||||
|
{{% /boxes/note %}}
|
||||||
Get a copy of the current state and the most recent messages in a room.
|
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
|
Using this endpoint for something other than peeking was deprecated in r0 of this specification. \
|
||||||
direct replacement; the relevant information is returned by the
|
The relevant information for syncing is now returned by the
|
||||||
[`/sync`](/client-server-api/#get_matrixclientv3sync) API. See 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).
|
[migration guide](https://matrix.org/docs/guides/migrating-from-client-server-api-v-1#deprecated-endpoints).
|
||||||
operationId: roomInitialSync
|
operationId: roomInitialSync
|
||||||
|
|
@ -161,7 +164,7 @@ paths:
|
||||||
You aren't a member of the room and weren't previously a member of the room.
|
You aren't a member of the room and weren't previously a member of the room.
|
||||||
tags:
|
tags:
|
||||||
- Room participation
|
- Room participation
|
||||||
deprecated: true
|
deprecated: false
|
||||||
servers:
|
servers:
|
||||||
- url: "{protocol}://{hostname}{basePath}"
|
- url: "{protocol}://{hostname}{basePath}"
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue