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 10120cba6..abbc1870e 100644 --- a/src/mod_muc/mod_muc_room.hrl +++ b/src/mod_muc/mod_muc_room.hrl @@ -69,6 +69,7 @@ jid, config = #config{}, users = ?DICT:new(), + last_voice_request_time = ?DICT:new(), robots = ?DICT:new(), nicks = ?DICT:new(), affiliations = ?DICT:new(), |