summary refs log tree commit diff
path: root/changelog.d/14632.bugfix
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2022-12-13 13:30:07 +0000
committerSean Quah <seanq@matrix.org>2022-12-13 13:30:07 +0000
commitb8cf480fa951cbebfb180105d1f0ba6966cf051b (patch)
tree73a4b3b2c9d881ef36801b3fd7b81dcd59b9b9ed /changelog.d/14632.bugfix
parentImprove validation of field size limits in events. (#14664) (diff)
downloadsynapse-b8cf480fa951cbebfb180105d1f0ba6966cf051b.tar.xz
1.74.0rc1
Diffstat (limited to 'changelog.d/14632.bugfix')
-rw-r--r--changelog.d/14632.bugfix1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/14632.bugfix b/changelog.d/14632.bugfix
deleted file mode 100644
index 323d10f1b0..0000000000
--- a/changelog.d/14632.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Reject invalid read receipt requests with empty room or event IDs. Contributed by Nick @ Beeper (@fizzadar).