diff options
| author | Matthew Hodgson <matthew@arasphere.net> | 2018-09-14 18:12:52 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-14 18:12:52 +0100 | 
| commit | 024be6cf1891fc20baac2356246595dc7f8ba5c5 (patch) | |
| tree | be8c86d2453e23bd9c564997a5562135f004192f | |
| parent | Merge pull request #3872 from matrix-org/hawkowl/timeouts-2 (diff) | |
| download | synapse-024be6cf1891fc20baac2356246595dc7f8ba5c5.tar.xz | |
don't filter membership events based on history visibility (#3874)
don't filter membership events based on history visibility as we will already have filtered the messages in the timeline, and state events are always visible. and because @erikjohnston said so.
Diffstat (limited to '')
| -rw-r--r-- | changelog.d/3874.bugfix | 0 | ||||
| -rw-r--r-- | synapse/handlers/pagination.py | 9 | 
2 files changed, 1 insertions, 8 deletions
| diff --git a/changelog.d/3874.bugfix b/changelog.d/3874.bugfix new file mode 100644 | 
