1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

Flip default bounce_groupchat flag value, muc will drop bounces anyway

This commit is contained in:
Paweł Chmielowski 2019-03-14 15:40:34 +01:00
parent 89db022da4
commit 3b16afeda7

View file

@ -889,5 +889,5 @@ mod_options(Host) ->
[{db_type, ejabberd_config:default_db(Host, ?MODULE)}, [{db_type, ejabberd_config:default_db(Host, ?MODULE)},
{access_max_user_messages, max_user_offline_messages}, {access_max_user_messages, max_user_offline_messages},
{store_empty_body, unless_chat_state}, {store_empty_body, unless_chat_state},
{bounce_groupchat, true}, {bounce_groupchat, false},
{store_groupchat, false}]. {store_groupchat, false}].