Skip to content

Lots of things#234

Merged
gregv merged 7 commits into
mainfrom
develop
May 30, 2026
Merged

Lots of things#234
gregv merged 7 commits into
mainfrom
develop

Conversation

@gregv
Copy link
Copy Markdown
Contributor

@gregv gregv commented May 30, 2026

  • Adding contact letters is the biggest one
  • Several fixes for team creation

gregv and others added 7 commits May 29, 2026 22:34
queue_team's member loop used `if "id" in member`, a substring test
against the mixed string/object teamMembers array (freeSolo picker):
free-text names containing "id" matched then raised TypeError, others
were silently dropped. Guard with isinstance(member, dict) + .get("id").
Also replaces the undefined SLACK_USER_ID_PREFIX with
normalize_slack_user_id() (NameError that broke the whole flow).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
[Teams] Fix team creation crash on free-text/Slack members
@gregv gregv merged commit 44a4e0d into main May 30, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant