-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: do not send email/SMS if rescheduling to same slot #17507
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (11/06/24)1 reviewer was added to this PR based on Keith Williams's automation. |
E2E results are ready! |
rescheduledMembers, | ||
eventType.metadata | ||
); | ||
if (!reschedulingToSameSlot) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But sometimes user adds more guests in the meeting when rescheduling to the same slot. shouldn't we send the email and sms with updated info in that case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should still send an email to the hosts, just not to the attendee
What does this PR do?
Mandatory Tasks (DO NOT REMOVE)