Skip to content

Commit

Permalink
(fix) disabled IMIP force sending for Lightning (fixes #3274)
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Dec 22, 2016
1 parent ef69344 commit 278aeef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SoObjects/Appointments/SOGoAppointmentObject.m
Expand Up @@ -396,6 +396,9 @@ - (BOOL) _shouldScheduleEvent: (iCalPerson *) thePerson
// https://bugzilla.mozilla.org/show_bug.cgi?id=865726 and
// https://bugzilla.mozilla.org/show_bug.cgi?id=997784
//
// This code has been disabled - see 0003274.
//
#if 0
userAgents = [[context request] headersForKey: @"User-Agent"];

for (i = 0; i < [userAgents count]; i++)
Expand All @@ -407,6 +410,7 @@ - (BOOL) _shouldScheduleEvent: (iCalPerson *) thePerson
break;
}
}
#endif

return b;
}
Expand Down

0 comments on commit 278aeef

Please sign in to comment.