1
0
Fork 0
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:
Badlop 2025-01-15 20:17:56 +01:00
parent ad1b577ca9
commit e0bb900651

View file

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