]> granicus.if.org Git - ejabberd/commitdiff
Disable thumbnails creation by default
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Fri, 11 May 2018 15:56:31 +0000 (18:56 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Fri, 11 May 2018 15:56:31 +0000 (18:56 +0300)
src/mod_http_upload.erl

index e9dc9cff7f46375ac09ba05f32bce54bb7c83403..7cc4bd56b8cfd0996372ac4375513315553714fb 100644 (file)
@@ -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) ->