summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-04-19 16:42:19 +0100
committerGitHub <noreply@github.com>2022-04-19 16:42:19 +0100
commitb80bb7e4526bd0425b3cdd10fa5633a5a4b4e05f (patch)
tree927d1d3ac64d54ae6365402d315b0c5917706f7d /changelog.d
parentFix typo in deb changelogs from release script (#12497) (diff)
downloadsynapse-b80bb7e4526bd0425b3cdd10fa5633a5a4b4e05f.tar.xz
Fix `/room/.../event/...` to return the *original* event after any edits (#12476)
This is what the MSC (now) requires. Fixes https://github.com/matrix-org/synapse/issues/10310.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12476.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12476.bugfix b/changelog.d/12476.bugfix
new file mode 100644
index 0000000000..9ad6a71abd
--- /dev/null
+++ b/changelog.d/12476.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug which incorrectly caused `GET /_matrix/client/r3/rooms/{roomId}/event/{eventId}` to return edited events rather than the original.