-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spec lazy_load_members and include_redundant_members #1287
Conversation
this needs to handle the question of how we negotiate the presence of LL (it might just be checking for version > 0.4.0) before being merged. See also #1497 |
As I got to implementing this in libQMatrixClient - these two parameters only make sense (and effect) if supplied in the |
This should be better: quotient-im@fb612be (feel free to cherry-pick). |
Independent implementation interoperable with the current Synapse at matrix.org: quotient-im/libQuotient#263 (uses #688 and #1337 along with this PR). |
By the way, what is the (older) Synapse reaction if I supply |
synapse ignores unrecognised fields in filters |
Not sure this is mentioned in any of the related Google docs or elsewhere, but I remember we decided towards the end of implementing LL that the server should always send the membership event during initial sync for the syncing user. |
Should this be closed now that #1758 is in? |
This looks redundant - closing. |
as per #1227