Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Make sure an auto-accept change during an attendee refresh causes the…
Browse files Browse the repository at this point in the history
… time range index to be updated.

git-svn-id: https://svn.calendarserver.org/repository/calendarserver/CalendarServer/branches/release/CalendarServer-4.3-dev@10817 e27351fd-9f3e-4f54-a53b-843176b1656c
  • Loading branch information
cyrusdaboo committed Feb 26, 2013
1 parent d40f8db commit 8802277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twistedcaldav/scheduling/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def doImplicitAttendeeRequest(self):
store_inbox = True

# Let the store know that no time-range info has changed for a refresh
if hasattr(self.request, "doing_attendee_refresh"):
if hasattr(self.request, "doing_attendee_refresh") and not send_reply:
new_calendar.noInstanceIndexing = True

# Update the attendee's copy of the event
Expand Down

0 comments on commit 8802277

Please sign in to comment.