summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-07-01 12:48:36 +0100
committerErik Johnston <erik@matrix.org>2024-07-02 14:07:11 +0100
commit1609855ff8322e3d4d91f8aea322f9750ac24ba2 (patch)
tree0243a192103bd1405c6dc26651d1ccaa2f878d86 /changelog.d
parentFix regression when bounding future tokens (#17391) (diff)
downloadsynapse-1609855ff8322e3d4d91f8aea322f9750ac24ba2.tar.xz
Limit size of presence EDUs (#17371)
Otherwise they are unbounded.

---------

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17371.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17371.misc b/changelog.d/17371.misc
new file mode 100644
index 0000000000..0fbf19f4fb
--- /dev/null
+++ b/changelog.d/17371.misc
@@ -0,0 +1 @@
+Limit size of presence EDUs to 50 entries.