From 41788c9fbdb728a5b73cbb11ba8e91d0b902040e Mon Sep 17 00:00:00 2001 From: babolivier Date: Fri, 28 Jan 2022 14:42:03 +0000 Subject: deploy: bf60da1a60096fac5fb778b732ff2214862ac808 --- develop/usage/configuration/homeserver_sample_config.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'develop/usage/configuration/homeserver_sample_config.html') diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html index bac8ea1235..089fd78826 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html @@ -663,6 +663,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. # -- cgit 1.5.1