mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Flip default bounce_groupchat flag value, muc will drop bounces anyway
This commit is contained in:
parent
89db022da4
commit
3b16afeda7
@ -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}].
|
||||
|
Loading…
Reference in New Issue
Block a user