You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/api/client-server/room_initial_sync.yaml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,13 @@ paths:
7
7
get:
8
8
summary: Snapshot the current state of a room and its most recent messages.
9
9
description: |-
10
+
{{% boxes/note %}}
11
+
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))
12
+
{{% /boxes/note %}}
10
13
Get a copy of the current state and the most recent messages in a room.
11
14
12
-
This endpoint was deprecated in r0 of this specification. There is no
13
-
direct replacement; the relevant information is returned by the
15
+
Using this endpoint for something other than peeking was deprecated in r0 of this specification. \
16
+
The relevant information for syncing is now returned by the
14
17
[`/sync`](/client-server-api/#get_matrixclientv3sync) API. See the
0 commit comments