Describe the bug
Currently we are not handling reactions when we receive a request to clear user data from the system.
To Reproduce
Steps to reproduce the behavior:
- Leave reaction on post
- Call
DELETE /api/user endpoint
- See reaction is still there
Expected behavior
When we call the DELETE /api/user endpoint all user data should be cleared from the system, including reactions.