-
Notifications
You must be signed in to change notification settings - Fork 241
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: allow adding self to shared event #6418
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6418 +/- ##
============================================
- Coverage 23.48% 23.47% -0.01%
Complexity 454 454
============================================
Files 247 247
Lines 11705 11708 +3
Branches 2211 2212 +1
============================================
Hits 2749 2749
- Misses 8636 8639 +3
Partials 320 320
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Breaks the attendees tab on new events: TypeError: Cannot read properties of null (reading 'uri')
.
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.
Pleas squash and we are good to go.
Do we want to backport this (since the issue is from 2020)? Or is this too risky because of the recent shared calendar changes in server? |
Signed-off-by: SebastianKrupinski <[email protected]>
005b7be
to
479ba82
Compare
We can back port this a few versions. |
Resolves: #2659
Modified alreadyInvitedEmails result to NOT exclude the current user by default and to only include actual organize and attendees.