[#469] fixed mail to attendees string (#484)

This commit is contained in:
Camille Moussu
2026-01-30 15:51:04 +01:00
committed by GitHub
parent 83fae6f1c2
commit 0a8051870a
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -359,12 +359,12 @@ export default function EventPreviewModal({
<MenuItem
onClick={() =>
window.open(
`${mailSpaUrl}/mailto/?uri=mailto:${attendees
`${mailSpaUrl}/mailto/?uri=mailto:${event.attendee
.map((a) => a.cal_address)
.filter((mail) => mail !== user.email)
.join(
","
)}?subject=${encodeURIComponent(event.title ?? "")}`
)}&subject=${encodeURIComponent(event.title ?? "")}`
)
}
>