Hacker News new | ask | show | jobs
by baq 1835 days ago
GDPR data package request should return an empty set.
1 comments

Well, here's a snippet from my GdprReportGenerator.java :

account = getAccount(); if (account.wasDeleted) { return emptyPdf(); }

Of course there might be hell to pay if the EU catches this, but well..