Skip to content

Commit

Permalink
fix(calendar(dav)): add method attribute to content-type of iTIP reply
Browse files Browse the repository at this point in the history
Fixes #5320
  • Loading branch information
cgx committed Jun 7, 2021
1 parent 697eda2 commit 3e96d68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SoObjects/Appointments/SOGoAppointmentObject.m
Original file line number Diff line number Diff line change
Expand Up @@ -2065,9 +2065,8 @@ - (NSException *) updateContentWithCalendar: (iCalCalendar *) calendar
//
else if (scheduling && [event userIsAttendee: ownerUser])
{
[self sendIMIPReplyForEvent: event
from: ownerUser
to: [event organizer]];
[self sendResponseToOrganizer: event
from: ownerUser];
}

[self sendReceiptEmailForObject: event
Expand Down

0 comments on commit 3e96d68

Please sign in to comment.