diff options
author | Jacek KuĊnierz <kusnierz@protonmail.com> | 2022-05-30 22:03:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 21:03:52 +0100 |
commit | c4f548e05d9a1858787d3a0883a5393d315473d8 (patch) | |
tree | c34b68772954200b38c5dbc6c2b95e5b2d06047e /changelog.d | |
parent | Document the Synapse version of a new module API method (#12917) (diff) | |
download | synapse-c4f548e05d9a1858787d3a0883a5393d315473d8.tar.xz |
Don't return `end` from `/messages` if there are no more events (#12903)
Signed-off-by: Jacek Kusnierz <jacek.kusnierz@tum.de>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12903.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12903.bugfix b/changelog.d/12903.bugfix new file mode 100644 index 0000000000..f264399483 --- /dev/null +++ b/changelog.d/12903.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug which caused the `/messages` endpoint to return an incorrect `end` attribute when there were no more events. Contributed by @Vetchu. |