From fe33c4891456bdf22a2fee932392011556cfeef1 Mon Sep 17 00:00:00 2001 From: morguldir Date: Tue, 17 Dec 2024 20:32:24 +0100 Subject: [PATCH] Link to the peeking specific /events endpoint in the room preview client section Signed-off-by: morguldir --- content/client-server-api/modules/room_previews.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/room_previews.md b/content/client-server-api/modules/room_previews.md index ef9238b2..fcb471ff 100644 --- a/content/client-server-api/modules/room_previews.md +++ b/content/client-server-api/modules/room_previews.md @@ -13,7 +13,7 @@ Visibility](#room-history-visibility). setting, along with a special version of A client wishing to view a room without joining it should call [GET /rooms/:room\_id/initialSync](#get_matrixclientv3roomsroomidinitialsync), -followed by [GET /events](#get_matrixclientv3events). Clients will need to do +followed by [GET /events](#peeking_get_matrixclientv3events). Clients will need to do this in parallel for each room they wish to view. Clients can of course also call other endpoints such as [GET