diff options
Diffstat (limited to 'src/mod_muc/mod_muc_room.hrl')
-rw-r--r-- | src/mod_muc/mod_muc_room.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_muc/mod_muc_room.hrl b/src/mod_muc/mod_muc_room.hrl index eb5060e4..4779f8e6 100644 --- a/src/mod_muc/mod_muc_room.hrl +++ b/src/mod_muc/mod_muc_room.hrl @@ -46,6 +46,7 @@ anonymous = true, max_users = ?MAX_USERS_DEFAULT, logging = false + captcha_whitelist = ?SETS:empty() }). -record(user, {jid, |