diff options
author | Erik Johnston <erikj@element.io> | 2024-07-01 12:48:36 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-07-02 14:07:11 +0100 |
commit | 1609855ff8322e3d4d91f8aea322f9750ac24ba2 (patch) | |
tree | 0243a192103bd1405c6dc26651d1ccaa2f878d86 /changelog.d | |
parent | Fix regression when bounding future tokens (#17391) (diff) | |
download | synapse-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.misc | 1 |
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. |