summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-08-06 15:39:44 +0100
committerGitHub <noreply@github.com>2019-08-06 15:39:44 +0100
commitd1b5b055be7ab8bb44afc1a7a70b819d2fc29a44 (patch)
treeb5814ab4defd8fb6fd87fe5d6bdaa08ff1af1709 /changelog.d
parentReturn 404 instead of 403 when retrieving an event without perms (#5798) (diff)
parentNewsfile (diff)
downloadsynapse-d1b5b055be7ab8bb44afc1a7a70b819d2fc29a44.tar.xz
Merge pull request #5825 from matrix-org/erikj/fix_empty_limited_sync
Handle TimelineBatch being limited and empty.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5825.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5825.bugfix b/changelog.d/5825.bugfix
new file mode 100644
index 0000000000..fb2c6f821d
--- /dev/null
+++ b/changelog.d/5825.bugfix
@@ -0,0 +1 @@
+Fix bug where user `/sync` stream could get wedged in rare circumstances.