]> granicus.if.org Git - ejabberd/commitdiff
Update muc room state after adding extra access field to it
authorPaweł Chmielowski <pchmielowski@process-one.net>
Thu, 10 Jan 2019 14:07:10 +0000 (15:07 +0100)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Thu, 10 Jan 2019 14:07:10 +0000 (15:07 +0100)
include/mod_muc_room.hrl

index 171cb342487c4aaaf4cf4182c5ec40009cb52405..7ae68cd4fcb3ffd8e94707ac2f129df0a33dbaa8 100644 (file)
     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(),