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

Changing type from public to group conversation doesn't kill guest moderators #5193

Closed
nickvergessen opened this issue Feb 17, 2021 · 0 comments · Fixed by #5213
Closed

Changing type from public to group conversation doesn't kill guest moderators #5193

nickvergessen opened this issue Feb 17, 2021 · 0 comments · Fixed by #5213
Assignees
Labels
1. to develop bug feature: api 🛠️ OCS API for conversations, chats and participants
Milestone

Comments

@nickvergessen
Copy link
Member

->andWhere($query->expr()->in('participant_type', $query->createNamedParameter([Participant::GUEST, Participant::USER_SELF_JOINED], IQueryBuilder::PARAM_INT_ARRAY)));

Expected behaviour

Guest moderators are killed immediately

Actual behaviour

Guest moderators are missed, might break a tad later, but it should be cleaned here immediately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop bug feature: api 🛠️ OCS API for conversations, chats and participants
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant