mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
hibernation_time is not an option worth storing in room state (#3946)
This commit is contained in:
parent
266dd98521
commit
441eca75b2
@ -4033,6 +4033,7 @@ set_opts([{Opt, Val} | Opts], StateData) ->
|
||||
lists:map(fun({U, H}) -> {U, maps:from_list(H)} end,
|
||||
Val)),
|
||||
StateData#state{hats_users = Hats};
|
||||
hibernation_time -> StateData;
|
||||
Other ->
|
||||
?INFO_MSG("Unknown MUC room option, will be discarded: ~p", [Other]),
|
||||
StateData
|
||||
|
Loading…
Reference in New Issue
Block a user