From: Paweł Chmielowski Date: Thu, 10 Jan 2019 14:07:10 +0000 (+0100) Subject: Update muc room state after adding extra access field to it X-Git-Tag: 19.02~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e8bd484d55a4acca9b30a90631a28d91afc0581;p=ejabberd Update muc room state after adding extra access field to it --- 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(),