mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Update muc room state after adding extra access field to it
This commit is contained in:
parent
e4067df85e
commit
7e8bd484d5
@ -100,7 +100,7 @@
|
|||||||
room = <<"">> :: binary(),
|
room = <<"">> :: binary(),
|
||||||
host = <<"">> :: binary(),
|
host = <<"">> :: binary(),
|
||||||
server_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(),
|
jid = #jid{} :: jid(),
|
||||||
config = #config{} :: config(),
|
config = #config{} :: config(),
|
||||||
users = #{} :: map(),
|
users = #{} :: map(),
|
||||||
|
Loading…
Reference in New Issue
Block a user