diff --git a/include/mod_muc_room.hrl b/include/mod_muc_room.hrl index 171cb3424..7ae68cd4f 100644 --- a/include/mod_muc_room.hrl +++ b/include/mod_muc_room.hrl @@ -100,7 +100,7 @@ room = <<"">> :: binary(), host = <<"">> :: binary(), server_host = <<"">> :: binary(), - access = {none,none,none,none} :: {atom(), atom(), atom(), atom()}, + access = {none,none,none,none,none} :: {atom(), atom(), atom(), atom(), atom()}, jid = #jid{} :: jid(), config = #config{} :: config(), users = #{} :: map(),