summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-01-10 15:07:10 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-01-10 15:07:10 +0100
commit7e8bd484d55a4acca9b30a90631a28d91afc0581 (patch)
treec98b897d99f9c8e49bd22dc128bbc278ea370dfd /include
parentMerge pull request #2748 from area-42/add_acl_for_mam_in_mod_muc (diff)
Update muc room state after adding extra access field to it
Diffstat (limited to 'include')
-rw-r--r--include/mod_muc_room.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mod_muc_room.hrl b/include/mod_muc_room.hrl
index 171cb342..7ae68cd4 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(),