summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-05 09:16:35 +0000
committerErik Johnston <erik@matrix.org>2019-03-05 09:16:35 +0000
commitaa06d26ae05585ddfb5e33a2dd521c9aa27b6cfa (patch)
treec7cf173e821717bf0208f03686c4632a0508a949 /changelog.d
parentFix missing null guard (diff)
downloadsynapse-aa06d26ae05585ddfb5e33a2dd521c9aa27b6cfa.tar.xz
clarify comments
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4699.bugfix2
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.