summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2022-04-13 10:04:01 -0700
committerGitHub <noreply@github.com>2022-04-13 10:04:01 -0700
commit8e2759f2d86d68fa621ba51ae73171e25fe9510d (patch)
tree25c0789573598c89c9c7c58e78892bd24eeaffa3 /changelog.d
parentdocs: Don't render the table of contents on the print page (#12340) (diff)
downloadsynapse-8e2759f2d86d68fa621ba51ae73171e25fe9510d.tar.xz
Limit `device_id` size to 512B (#12454)
*
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12454.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12454.misc b/changelog.d/12454.misc
new file mode 100644
index 0000000000..cb7ff74b4c
--- /dev/null
+++ b/changelog.d/12454.misc
@@ -0,0 +1 @@
+Limit length of device_id to less than 512 characters.