diff options
author | Erik Johnston <erikj@jki.re> | 2019-03-05 09:32:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-05 09:32:33 +0000 |
commit | b050a108719d64f219c583beba688869bf56f9b2 (patch) | |
tree | 6a9aaa43e155da5d759e98a6a09cb856fc159e2e /changelog.d | |
parent | Merge pull request #4799 from matrix-org/rav/clean_up_replication_code (diff) | |
parent | clarify comments (diff) | |
download | synapse-b050a108719d64f219c583beba688869bf56f9b2.tar.xz |
Merge pull request #4699 from matrix-org/erikj/stop_fed_not_in_room
Stop backpaginating when events not visible
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4699.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4699.bugfix b/changelog.d/4699.bugfix new file mode 100644 index 0000000000..1d7f3174e7 --- /dev/null +++ b/changelog.d/4699.bugfix @@ -0,0 +1 @@ +Fix attempting to paginate in rooms where server cannot see any events, to avoid unnecessarily pulling in lots of redacted events. |