This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 591f0b3b Allow for another moderator
591f0b3b is described below
commit 591f0b3b79152aeac43b4e9915884781ec499e9e
Author: Sebb <[email protected]>
AuthorDate: Wed Nov 6 16:00:38 2024 +0000
Allow for another moderator
---
www/members/moderator_checks.cgi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/members/moderator_checks.cgi b/www/members/moderator_checks.cgi
index fcdcb77e..8335174b 100755
--- a/www/members/moderator_checks.cgi
+++ b/www/members/moderator_checks.cgi
@@ -10,11 +10,13 @@ require 'whimsy/asf/mlist'
require 'wunderbar/bootstrap'
require 'wunderbar/jquery/stupidtable'
+# Known moderators
MODERATORS = %w{
[email protected]
[email protected]
[email protected]
[email protected]
+ [email protected]
}
def private_mod(lid, mod)