Skip to content

Commit 8db83f8

Browse files
committed
prosody: enable mod_spam_reporting and mod_watch_spam_reports
1 parent 0b16787 commit 8db83f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

files/etc/prosody/prosody.cfg.lua.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ modules_enabled = {
9999
"block_strangers";
100100

101101
"auto_moved";
102+
103+
"spam_reporting";
104+
"watch_spam_reports";
102105
}
103106

104107
-- These modules are auto-loaded, but should you want

0 commit comments

Comments
 (0)