mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
hibernation_time is not an option worth storing in room state (#3946)
This commit is contained in:
parent
266dd98521
commit
441eca75b2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue