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 ae147f7a Allow active members to pretend
ae147f7a is described below
commit ae147f7ab35bc1906aa3c72c9a0df5f1e522e23b
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 18 16:59:12 2026 +0000
Allow active members to pretend
---
www/members/inactive.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/members/inactive.cgi b/www/members/inactive.cgi
index 0609bb91..5cea0d43 100755
--- a/www/members/inactive.cgi
+++ b/www/members/inactive.cgi
@@ -137,7 +137,7 @@ _html do
end
end
- if not active
+ if not active or ENV['QUERY_STRING'] == 'pretend_inactive'
_p.alert.alert_warning "Dear #{name}, You have missed the last " +
tracker[@user]['missed'].to_s + " meetings."