mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
mod_muc_admin: Add forgotten support to set enable_hats room option
This commit is contained in:
parent
ad1b577ca9
commit
e0bb900651
1 changed files with 1 additions and 0 deletions
|
@ -1860,6 +1860,7 @@ change_option(Option, Value, Config) ->
|
||||||
anonymous -> Config#config{anonymous = Value};
|
anonymous -> Config#config{anonymous = Value};
|
||||||
captcha_protected -> Config#config{captcha_protected = Value};
|
captcha_protected -> Config#config{captcha_protected = Value};
|
||||||
description -> Config#config{description = Value};
|
description -> Config#config{description = Value};
|
||||||
|
enable_hats -> Config#config{enable_hats = Value};
|
||||||
lang -> Config#config{lang = Value};
|
lang -> Config#config{lang = Value};
|
||||||
logging -> Config#config{logging = Value};
|
logging -> Config#config{logging = Value};
|
||||||
mam -> Config#config{mam = Value};
|
mam -> Config#config{mam = Value};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue