nixos/prosody: fix message reactions and moderation in muc's

It took us over 3 hours to figure this out, I want to cry :,(
This commit is contained in:
Sandro Jäckel
2025-08-04 00:58:50 +02:00
parent ccefdbb587
commit e42cceb90c
@@ -567,7 +567,7 @@ let
${lib.concatMapStrings (muc: ''
Component ${toLua muc.domain} "muc"
modules_enabled = {${optionalString cfg.modules.mam ''" muc_mam";''}${optionalString muc.allowners_muc ''" muc_allowners";''} }
modules_enabled = {${optionalString cfg.modules.mam ''" muc_mam",''}${optionalString muc.allowners_muc ''" muc_allowners",''} }
name = ${toLua muc.name}
restrict_room_creation = ${toLua muc.restrictRoomCreation}
max_history_messages = ${toLua muc.maxHistoryMessages}