From 3ade2a9ae78406c2804d57f4dbda09e0655bcb41 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 28 May 2019 13:56:25 -0600 Subject: [PATCH] List the endpoints which support LL --- specification/client_server_api.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/client_server_api.rst b/specification/client_server_api.rst index a4b8dd5c..740023fb 100644 --- a/specification/client_server_api.rst +++ b/specification/client_server_api.rst @@ -1300,6 +1300,11 @@ as the current membership event for a user. request to ``/sync`` followed by a request to ``/messages`` may result in a future call to ``/sync`` excluding members included by the ``/messages`` call. +The current endpoints which support lazy-loading room members are: + +* |/sync|_ +* |/rooms//messages|_ +* |/rooms/{roomId}/context/{eventId}|_ {{filter_cs_http_api}}