aboutsummaryrefslogtreecommitdiff
path: root/include/mod_muc_room.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/mod_muc_room.hrl')
-rw-r--r--include/mod_muc_room.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mod_muc_room.hrl b/include/mod_muc_room.hrl
index 5966a6e09..b4804114a 100644
--- a/include/mod_muc_room.hrl
+++ b/include/mod_muc_room.hrl
@@ -18,7 +18,7 @@
%%%
%%%----------------------------------------------------------------------
--include("ejabberd.hrl").
+-include("type_compat.hrl").
-define(MAX_USERS_DEFAULT, 200).
@@ -67,7 +67,7 @@
captcha_whitelist = (?SETS):empty() :: ?TGB_SET,
mam = false :: boolean(),
pubsub = <<"">> :: binary(),
- lang = ?MYLANG :: binary()
+ lang = ejabberd_config:get_mylang() :: binary()
}).
-type config() :: #config{}.