25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01: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},
{custom_headers, []},
{rm_on_unregister, true},
{thumbnail, true}].
{thumbnail, false}].
-spec depends(binary(), gen_mod:opts()) -> [{module(), hard | soft}].
depends(_Host, _Opts) ->