matrix-org / matrix-spec

The Matrix protocol specification
Apache License 2.0
197 stars 97 forks source link

Clarify that lazy_load_members in timeline isn't respected in /sync #2010

Open bradtgmurray opened 2 days ago

bradtgmurray commented 2 days ago

This one caught me out today, clarify that sync only uses lazy_load_members from state.

https://github.com/element-hq/synapse/blob/develop/synapse/api/filtering.py#L240-L241

Pull Request Checklist

Signed-off-by: Brad Murray brad@beeper.com

Preview: https://pr2010--matrix-spec-previews.netlify.app

turt2live commented 1 day ago

Are we sure this isn't a synapse bug?