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 11e95806 Synch committer2 with committer attributes
11e95806 is described below

commit 11e958062a73ba0f24babf8cdbf0ae1e1288ea87
Author: Sebb <[email protected]>
AuthorDate: Tue Feb 24 17:23:24 2026 +0000

    Synch committer2 with committer attributes
---
 www/roster/main.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/main.rb b/www/roster/main.rb
index 75fcaa25..54fb9d20 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -193,7 +193,7 @@ get '/committer2/index.json' do
       result = {id: person.id, name: person.public_name, mail: mail[person],
         githubUsername: person.attrs['githubUsername'] || [],
         asf_githubStringID: person.attrs['asf-githubStringID']&.first || ''}
-      result[:member] = true if person.asf_member?
+      result[:asf_member_status] = member_statuses[person.id]
       result
     }
 

Reply via email to