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

Users sometimes stay conversation participants after leaving group #2571

Closed
tiltec opened this issue Aug 16, 2022 · 3 comments · Fixed by karrot-dev/karrot-backend#1264
Closed
Assignees
Labels

Comments

@tiltec
Copy link
Member

tiltec commented Aug 16, 2022

Just opening this issue to remember in future. I used this query to find affected conversation participants:

ConversationParticipant.objects.filter(conversation__group__isnull=False).exclude(conversation__group__members=F('user'))

Currently there are over 30k results on karrot.world, most of them activities, but also applications, places and offers.

Need to figure out if they are actually wrong, how this happens and how to clean up.

@tiltec tiltec self-assigned this Aug 16, 2022
@brnsolikyl
Copy link
Contributor

Now I noticed an old issue I posted about this was closed by the bot. I can confirm this problem:
#2411

@github-actions
Copy link

This issue is marked as stale because it has not had any activity for 180 days.

If it's still important for you add a comment saying what it means to you, remove the stale label, and/or add the "important" label :)

However, if you just leave it like this, I'll close it in 30 days to help keep your issues relevant!

Thanks!

@brnsolikyl
Copy link
Contributor

Got this issue confirmed in practice yesterday... I wrote at a place wall and a person who's been previously voted out of the group got the e-mail notification about my message and was able to reply it by e-mail, so their answer ended up on the thread.

I think it's a very important bug to work on and should be prioritized

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants