|
|
|
@ -1756,8 +1756,9 @@ events to the client to ease implementation, although such redundancy
|
|
|
|
should be minimised where possible to conserve bandwidth.
|
|
|
|
should be minimised where possible to conserve bandwidth.
|
|
|
|
|
|
|
|
|
|
|
|
In terms of filters, lazy-loading is enabled by enabling
|
|
|
|
In terms of filters, lazy-loading is enabled by enabling
|
|
|
|
`lazy_load_members` on a `RoomEventFilter` (or a `StateFilter` in the
|
|
|
|
`lazy_load_members` on a
|
|
|
|
case of `/sync` only). When enabled, lazy-loading aware endpoints (see
|
|
|
|
[`RoomEventFilter`](#post_matrixclientv3useruseridfilter_request_roomeventfilter).
|
|
|
|
|
|
|
|
When enabled, lazy-loading aware endpoints (see
|
|
|
|
below) will only include membership events for the `sender` of events
|
|
|
|
below) will only include membership events for the `sender` of events
|
|
|
|
being included in the response. For example, if a client makes a `/sync`
|
|
|
|
being included in the response. For example, if a client makes a `/sync`
|
|
|
|
request with lazy-loading enabled, the server will only return
|
|
|
|
request with lazy-loading enabled, the server will only return
|
|
|
|
|