diff options
author | Erik Johnston <erikj@element.io> | 2024-07-01 12:48:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 12:48:36 +0100 |
commit | 2f5a77efae98cf5936d47473a31504f73d1d2315 (patch) | |
tree | 8a652289b2a7b3c5809d0b3482672c3d448aed2e /changelog.d | |
parent | Clarify `url_preview_url_blacklist` is a usability feature (#17356) (diff) | |
download | synapse-2f5a77efae98cf5936d47473a31504f73d1d2315.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. |