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
1 changed files with 1 additions and 1 deletions

View File

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