mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 02:43:21 -04:00
Merge pull request #51441 from nextcloud/fix/alter-invite-attachment-filename-and-type
fix(CalDav): alter invitation attachment filename and type
This commit is contained in:
commit
2026dfd1b9
1 changed files with 2 additions and 2 deletions
|
|
@ -275,8 +275,8 @@ class IMipPlugin extends SabreIMipPlugin {
|
|||
$message->setBodyHtml($template->renderHtml());
|
||||
$message->setAttachments((new Attachment(
|
||||
$itip_msg,
|
||||
'event.ics',
|
||||
'text/calendar; method=' . $iTipMessage->method,
|
||||
null,
|
||||
'text/calendar; name=event.ics; method=' . $iTipMessage->method,
|
||||
true
|
||||
)));
|
||||
// send message
|
||||
|
|
|
|||
Loading…
Reference in a new issue