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 1afbe5ba Don't include self in list of proxies
1afbe5ba is described below

commit 1afbe5ba4236b9c8fca95b5b1fcea8d3cb6f3b90
Author: Sebb <[email protected]>
AuthorDate: Thu Mar 5 21:50:57 2026 +0000

    Don't include self in list of proxies
---
 lib/whimsy/asf/meeting-util.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/whimsy/asf/meeting-util.rb b/lib/whimsy/asf/meeting-util.rb
index 766a79f9..1a933e33 100644
--- a/lib/whimsy/asf/meeting-util.rb
+++ b/lib/whimsy/asf/meeting-util.rb
@@ -146,7 +146,6 @@ module ASF
         return help
       else
         (help ||= '') << "During the meeting, to mark your proxies' 
attendance, AFTER logging into the ASFMM tool, click the top left Hamburger 
menu, Proxies button, and copy/paste the below lines to mark your proxies 
attendance."
-        copypasta.unshift("#{user.id.ljust(max_uid_len)} | #{user.cn}")
         return help, copypasta
       end
     end

Reply via email to