1 files changed, 2 insertions, 4 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index a813929094..5e0429ea73 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -471,16 +471,14 @@ limit_remote_rooms:
#
#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.
|