You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prompt new members for photo upload during onboarding
After form submission, the bot now:
- Checks for pre-existing photos in images/people/ (already bordered or raw)
- If found and bordered: uses it directly
- If found but unprocessed: runs add_borders.py automatically
- If not found: explicitly prompts the member to upload a photo in the DM
Admin approval message now shows photo status (received vs pending).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
"text": f"*What's next:*\n• GitHub: Invitation to ContextLab organization\n• Calendar: Access to lab calendars\n• Website: Your photo and bio will be added",
372
+
"text": (
373
+
f"*What's next:*\n"
374
+
f"• GitHub: Invitation to ContextLab organization\n"
375
+
f"• Calendar: Access to lab calendars\n"
376
+
f"• Website: Your bio will be added to the people page\n\n"
0 commit comments