We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a pad is deleted, its title is not deleted from the database. (Originally discovered by @TheDaemoness)
This is apparent to the user when following these steps:
I'm not familiar with the codebase so I hope this is correct:
etherpad-lite does trigger a padRemove hook when a pad is removed. However, the ep_set_title_on_pad plugin does not implement that hook.
padRemove
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a pad is deleted, its title is not deleted from the database.
(Originally discovered by @TheDaemoness)
Steps to reproduce
This is apparent to the user when following these steps:
Superficial analysis
I'm not familiar with the codebase so I hope this is correct:
etherpad-lite does trigger a
padRemove
hook when a pad is removed.However, the ep_set_title_on_pad plugin does not implement that hook.
The text was updated successfully, but these errors were encountered: