toolbox-team / reddit-moderator-toolbox-legacy

LEGACY VERSION do not use
http://www.reddit.com/r/toolbox
Apache License 2.0
66 stars 40 forks source link

The usernotes storage may need a redesign #870

Closed fungiboletus closed 5 years ago

fungiboletus commented 5 years ago

First, thanks to the toolbox-team for their work. This extension is very useful.

I have some comments about the usernotes storage. From what I understood in the current situation all usernotes are stored together in a reddit wiki page (as a JSON compressed with the DEFLATE/gzip algorithm, encoded as base64).

On the subreddits I moderate, this raises some issues :

The last issue raises some privacy concerns. Our users requested the possibility to remove the notes related to their reddit account, according to the GDPR. It would be very nice to have the possibility to do so.

eritbh commented 5 years ago

Re: that last bit, I don't believe usernotes are actionable under GDPR as they are not information that person put on the site, but information a mod recorded about them, which isn't really "personal data." Also, it's Reddit's responsibility to handle GDPR requests, not yours. In any case, the data will stay sufficiently private as long as you don't make your usernotes wiki public and you're respondible with who mods your subreddit. However, if it's really necessary, I'm pretty sure you can go through the admins to have a page's history pruned.

creesch commented 5 years ago

Yeah I am fairly sure GDPR does not apply here as it is mod stored meta data not linked by reddit to a user. I am going to close this issue as it conflates several things together and I am about 99% sure there are issues already about storage.