MitchellHarrison / stream-environment

Python. Postgres. Docker. | Microservices in pursuit of a better, more interactive live stream. https://twitch.tv/mitchsworkshop
https://twitch.tv/mitchsworkshop
MIT License
20 stars 12 forks source link

Add !forgetme command to delete user data from the database #35

Closed MitchellHarrison closed 2 years ago

MitchellHarrison commented 2 years ago

The !forgetme command would use an account's user_id value to remove all entries from all tables with that user_id value. This way, if someone changes their username, all of their past data would be removed, as they cannot change their user ID.