diff options
author | Erik Johnston <erik@matrix.org> | 2019-03-05 09:16:35 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-03-05 09:16:35 +0000 |
commit | aa06d26ae05585ddfb5e33a2dd521c9aa27b6cfa (patch) | |
tree | c7cf173e821717bf0208f03686c4632a0508a949 /changelog.d | |
parent | Fix missing null guard (diff) | |
download | synapse-aa06d26ae05585ddfb5e33a2dd521c9aa27b6cfa.tar.xz |
clarify comments
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4699.bugfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/4699.bugfix b/changelog.d/4699.bugfix index 8cd8340cc1..1d7f3174e7 100644 --- a/changelog.d/4699.bugfix +++ b/changelog.d/4699.bugfix @@ -1 +1 @@ -Fix attempting to paginate in rooms where server cannot see any events. +Fix attempting to paginate in rooms where server cannot see any events, to avoid unnecessarily pulling in lots of redacted events. |