Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Reactions not cleared when user is deleted #308

Open
shurwit opened this issue Dec 5, 2022 · 0 comments · May be fixed by #333
Open

[BUG] Reactions not cleared when user is deleted #308

shurwit opened this issue Dec 5, 2022 · 0 comments · May be fixed by #333
Assignees
Labels
bug Something isn't working

Comments

@shurwit
Copy link
Collaborator

shurwit commented Dec 5, 2022

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:

  1. Leave reaction on post
  2. Call DELETE /api/user endpoint
  3. 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.

@shurwit shurwit added the bug Something isn't working label Dec 5, 2022
@bsdworkin bsdworkin linked a pull request Jan 11, 2023 that will close this issue
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants