summary refs log tree commit diff
path: root/develop/sample_config.yaml
diff options
context:
space:
mode:
authorbabolivier <babolivier@users.noreply.github.com>2022-01-28 14:42:03 +0000
committerbabolivier <babolivier@users.noreply.github.com>2022-01-28 14:42:03 +0000
commit41788c9fbdb728a5b73cbb11ba8e91d0b902040e (patch)
tree2177e6d10c8f9f2d4b614373d238637ac9ebb147 /develop/sample_config.yaml
parentdeploy: fd65139714433763e8ef5be6017ab6ba5988e766 (diff)
downloadsynapse-41788c9fbdb728a5b73cbb11ba8e91d0b902040e.tar.xz
deploy: bf60da1a60096fac5fb778b732ff2214862ac808
Diffstat (limited to 'develop/sample_config.yaml')
-rw-r--r--develop/sample_config.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/develop/sample_config.yaml b/develop/sample_config.yaml
index abf28e4490..689b207fc0 100644
--- a/develop/sample_config.yaml
+++ b/develop/sample_config.yaml
@@ -471,6 +471,20 @@ limit_remote_rooms:
 #
 #allow_per_room_profiles: false
 
+# 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
+
+# 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.
+#
+#allowed_avatar_mimetypes: ["image/png", "image/jpeg", "image/gif"]
+
 # How long to keep redacted events in unredacted form in the database. After
 # this period redacted events get replaced with their redacted form in the DB.
 #