24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

Disable thumbnails creation by default

This commit is contained in:
Evgeniy Khramtsov 2018-05-11 18:56:31 +03:00
parent 27594db029
commit c30715e67b

View File

@ -232,7 +232,7 @@ mod_options(_Host) ->
{service_url, undefined}, {service_url, undefined},
{custom_headers, []}, {custom_headers, []},
{rm_on_unregister, true}, {rm_on_unregister, true},
{thumbnail, true}]. {thumbnail, false}].
-spec depends(binary(), gen_mod:opts()) -> [{module(), hard | soft}]. -spec depends(binary(), gen_mod:opts()) -> [{module(), hard | soft}].
depends(_Host, _Opts) -> depends(_Host, _Opts) ->