-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
chore: ignore oAuthClientId for Booker Embed bookings #18314
chore: ignore oAuthClientId for Booker Embed bookings #18314
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Graphite Automations"Add platform team as reviewer" took an action on this PR • (12/20/24)1 reviewer was added to this PR based on Keith Williams's automation. |
As I understand by this campsite thread, this is supposed to resolve platform booker ambed not sending emails, but if we remove the client id header in this PR, then emails would not be sent. Isn't the solution to make sure that the OAuth client used for booker embed has emails enabled ? |
E2E results are ready! |
What does this PR do?
Adding X_CAL_PLATFORM_EMBED which is set in the CalProvider when Embed atoms are used.
we then use this header in booking controller to know when to ignore oauth client settings while sending emails. this ensures similar behaviour than on web.
Mandatory Tasks (DO NOT REMOVE)