mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00

With integration tests. This is required because this field is scoped per-v2-user, but because the proxy deduplicates events it means we might see the membership value for a different user. We can't set this field correctly as we lack that information, so rather than lie to clients instead just delete the field. Fixes https://github.com/matrix-org/sliding-sync/issues/421