Oddbean new post about | logout
 Delete is tricky because no only do you have to delete the event when the delete message comes in, but you also need to reject the deleted note if it comes in again later, so for every note that comes in you have to check "do I have a deletion request for this note"? which isn't cheap to do.