From 7590e02975f126c2f5ef56fe352e5b583c431615 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:30:27 +0000 Subject: [PATCH] Update data/api/client-server/room_initial_sync.yaml --- data/api/client-server/room_initial_sync.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/api/client-server/room_initial_sync.yaml b/data/api/client-server/room_initial_sync.yaml index c02a8ae9..130efa1c 100644 --- a/data/api/client-server/room_initial_sync.yaml +++ b/data/api/client-server/room_initial_sync.yaml @@ -7,10 +7,10 @@ paths: get: summary: Snapshot the current state of a room and its most recent messages. description: |- - This api should now exclusively be used for "peeking" into viewable rooms you're not a member of ([Room Previews](/client-server-api/#room-previews)) - Get a copy of the current state and the most recent messages in a room. + 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