From 8c80669d7aa5a15420424a9f7a94b216ebcb6d7c Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 23 Dec 2018 18:58:44 +0900 Subject: [PATCH] Add the paragraph for sync.yaml forgotten in the previous commit --- api/client-server/sync.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/client-server/sync.yaml b/api/client-server/sync.yaml index bb514bbe..f204152a 100644 --- a/api/client-server/sync.yaml +++ b/api/client-server/sync.yaml @@ -134,6 +134,12 @@ paths: ``timeline`` (or all state up to the start of the ``timeline``, if ``since`` is not given, or ``full_state`` is true). + + N.B. state updates for ``m.room.member`` events will + be incomplete if ``lazy_load_members`` is enabled in + the ``/sync`` filter, and only return the member events + required to display the senders of the timeline events + in this response. allOf: - $ref: "definitions/state_event_batch.yaml" timeline: