From: Evgeniy Khramtsov Date: Fri, 11 May 2018 15:56:31 +0000 (+0300) Subject: Disable thumbnails creation by default X-Git-Tag: 18.06~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c30715e67bd8411202c776f417a40387fa04d39e;p=ejabberd Disable thumbnails creation by default --- diff --git a/src/mod_http_upload.erl b/src/mod_http_upload.erl index e9dc9cff7..7cc4bd56b 100644 --- a/src/mod_http_upload.erl +++ b/src/mod_http_upload.erl @@ -232,7 +232,7 @@ mod_options(_Host) -> {service_url, undefined}, {custom_headers, []}, {rm_on_unregister, true}, - {thumbnail, true}]. + {thumbnail, false}]. -spec depends(binary(), gen_mod:opts()) -> [{module(), hard | soft}]. depends(_Host, _Opts) ->