diff options
author | Erik Johnston <erik@matrix.org> | 2019-08-06 15:39:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-06 15:39:44 +0100 |
commit | d1b5b055be7ab8bb44afc1a7a70b819d2fc29a44 (patch) | |
tree | b5814ab4defd8fb6fd87fe5d6bdaa08ff1af1709 /changelog.d | |
parent | Return 404 instead of 403 when retrieving an event without perms (#5798) (diff) | |
parent | Newsfile (diff) | |
download | synapse-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.bugfix | 1 |
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. |