config(weazel): allow reporter job

This commit is contained in:
Dominik
2026-08-16 23:34:24 +02:00
parent 1c085f975f
commit 8b7ccdda33
+1
View File
@@ -25,5 +25,6 @@ Config.WeazelNews = {
-- Framework job name = minimum grade. Every listed job can manage every article.
AllowedJobs = {
weazel = 0,
reporter = 0,
},
}