mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #51467 from nextcloud/backport/51441/stable30
[stable30] fix(CalDav): alter invitation attachment filename and type
This commit is contained in:
commit
03a56d09ae
1 changed files with 2 additions and 2 deletions
|
|
@ -289,8 +289,8 @@ class IMipPlugin extends SabreIMipPlugin {
|
|||
$message->setBodyHtml($template->renderHtml());
|
||||
$message->setAttachments((new \OCP\Mail\Provider\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