summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-01-28 14:00:12 +0000
committerBrendan Abolivier <babolivier@matrix.org>2022-01-28 14:00:12 +0000
commit4df1d1231be65bf265b5f3f67fa02965bad9cfc6 (patch)
treef7ea3d2dde62c9c3a3f2c62cdce68c6add64fe97 /synapse/config
parentAdd tests (diff)
downloadsynapse-4df1d1231be65bf265b5f3f67fa02965bad9cfc6.tar.xz
Incorporate review
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/server.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py
index 26f1177e64..a460cf25b4 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -1181,16 +1181,14 @@ class ServerConfig(Config):
         #
         #allow_per_room_profiles: false
 
-        # The largest allowed size for a user avatar. If not defined, no
-        # restriction will be imposed.
+        # The largest allowed file size for a user avatar. Defaults to no restriction.
         #
         # Note that user avatar changes will not work if this is set without
         # using Synapse's media repository.
         #
         #max_avatar_size: 10M
 
-        # Allow mimetypes for a user avatar. If not defined, no restriction will
-        # be imposed.
+        # The MIME types allowed for user avatars. Defaults to no restriction.
         #
         # Note that user avatar changes will not work if this is set without
         # using Synapse's media repository.