# HG changeset patch # User Paul Boddie # Date 1508085564 -7200 # Node ID 38ff4f58ae11240cee21f6afc869cfccd4cd0905 # Parent 27150486ae63c3e6feb8f9b139aef1e17db6ffd5 Preserve organiser attendance information when updating attendee details. diff -r 27150486ae63 -r 38ff4f58ae11 imiptools/client.py --- a/imiptools/client.py Sun Oct 15 01:04:32 2017 +0200 +++ b/imiptools/client.py Sun Oct 15 18:39:24 2017 +0200 @@ -745,7 +745,7 @@ # Only the organiser can reset the participation attributes. - if self.is_organiser(): + if self.is_organiser() and attendee != self.user: attr.update({"PARTSTAT" : "NEEDS-ACTION", "RSVP" : "TRUE"}) attendee_map[attendee] = attr