diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-06-01 10:42:33 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-06-01 10:44:36 +0100 |
commit | d16c6375fe39deaafd70b151e496f5e15fd7b29c (patch) | |
tree | 8450be747932a05c53b389ad5c9420fb3e6672e6 /changelog.d | |
parent | update changelog (diff) | |
download | synapse-d16c6375fe39deaafd70b151e496f5e15fd7b29c.tar.xz |
Limit displaynames and avatar URLs
These end up in join events everywhere, so let's limit them. Fixes #5079
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5309.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5309.bugfix b/changelog.d/5309.bugfix new file mode 100644 index 0000000000..97b3527266 --- /dev/null +++ b/changelog.d/5309.bugfix @@ -0,0 +1 @@ +Prevent users from setting huge displaynames and avatar URLs. |