From 7e8bd484d55a4acca9b30a90631a28d91afc0581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Thu, 10 Jan 2019 15:07:10 +0100 Subject: [PATCH] Update muc room state after adding extra access field to it --- include/mod_muc_room.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),