diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-12-12 13:51:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-12 13:51:25 +0000 |
commit | f4d1ab0027968621c6e6f1c8cc8dfc3ab8cd4b59 (patch) | |
tree | 7c33bbc34925c4ff66fd1868836610055cf5a4ed /changelog.d/19.feature | |
parent | Add some flaky sytests to a sytest-blacklist (#17) (diff) | |
download | synapse-f4d1ab0027968621c6e6f1c8cc8dfc3ab8cd4b59.tar.xz |
Add the ability to restrict max avatar filesize and content-type (#19)
Diffstat (limited to 'changelog.d/19.feature')
-rw-r--r-- | changelog.d/19.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/19.feature b/changelog.d/19.feature new file mode 100644 index 0000000000..95a44a4a89 --- /dev/null +++ b/changelog.d/19.feature @@ -0,0 +1 @@ +Add `max_avatar_size` and `allowed_avatar_mimetypes` to restrict the size of user avatars and their file type respectively. \ No newline at end of file |