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:
parent
27594db029
commit
c30715e67b
@ -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) ->
|
||||
|
Loading…
Reference in New Issue
Block a user