summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-08-30 14:50:06 -0500
committerGitHub <noreply@github.com>2022-08-30 14:50:06 -0500
commit92c5817e34cb421dbe2c0df275238e84866932a8 (patch)
tree7a618d1fc8c949074bb05f9113ceb4e6e5242866 /changelog.d
parentDrop unused column `application_services_state.last_txn` (#13627) (diff)
downloadsynapse-92c5817e34cb421dbe2c0df275238e84866932a8.tar.xz
Give the correct next event when the message timestamps are the same - MSC3030 (#13658)
Discovered while working on https://github.com/matrix-org/synapse/pull/13589 and I had all the messages at the same timestamp in the tests.

Part of https://github.com/matrix-org/matrix-spec-proposals/pull/3030

Complement tests: https://github.com/matrix-org/complement/pull/457
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13658.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13658.bugfix b/changelog.d/13658.bugfix
new file mode 100644
index 0000000000..8740f066bb
--- /dev/null
+++ b/changelog.d/13658.bugfix
@@ -0,0 +1 @@
+Fix MSC3030 `/timestamp_to_event` endpoint to return the correct next event when the events have the same timestamp.