Update muc room state after adding extra access field to it

This commit is contained in:
Paweł Chmielowski 2019-01-10 15:07:10 +01:00
parent e4067df85e
commit 7e8bd484d5
1 changed files with 1 additions and 1 deletions

View File

@ -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(),