Skip to content

Commit

Permalink
add PR link to TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Heinrich committed Oct 7, 2023
1 parent 3ec50c9 commit 28aebdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/attendee.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const mapAttendeePropertyToAttendeeObject = (attendeeProperty) => {
rsvp: attendeeProperty.rsvp,
uri: attendeeProperty.email,
// TODO Expose member attribute in calendar-js
// See https://github.com/nextcloud/calendar-js/pull/627
member: attendeeProperty._parameters.get('MEMBER')?._value ?? null,
})
}
Expand Down

0 comments on commit 28aebdc

Please sign in to comment.