hibernation_time is not an option worth storing in room state (#3946)

This commit is contained in:
Badlop 2022-11-18 12:20:15 +01:00
parent 266dd98521
commit 441eca75b2
1 changed files with 1 additions and 0 deletions

View File

@ -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