-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Removing a group through the HTTP API does not remove the group completely #6560
Comments
Additionally, when I try to delete a group with |
I did not check further, but there seems also be a problem with |
Could you try /delete/group? |
|
Oh no it is worse than I thought. I think it is the database itself. When I stop Etherpad and restart it the group is gone. |
Describe the bug
When removing a group through the HTTP API call
deleteGroup
and listing the groups withlistAllGroups
the group is still in the list.To Reproduce
Steps to reproduce the behavior:
createGroup
deleteGroup
listAllGroups
Expected behavior
listAllGroups
should return an empty list.Server (please complete the following information):
node --version
): 20.16.0npm --version
): 10.8.1The text was updated successfully, but these errors were encountered: