diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-01-28 14:00:38 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2022-01-28 14:00:38 +0000 |
commit | 2ce7e68550837f4385b15d6803296bf4596ff1b0 (patch) | |
tree | e4f9968303f4941092b0acadc80d02a0b9679c0c | |
parent | Incorporate review (diff) | |
download | synapse-github/babolivier/avatar_restriction.tar.xz |
Regenerate sample config github/babolivier/avatar_restriction babolivier/avatar_restriction
-rw-r--r-- | docs/sample_config.yaml | 6 |
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. |