What?
These functions have been deprecated in favour of asyncDeleteUser and asyncDeleteRoom, yet they still appear as valid suggestions in VS Code.
Suggested improvements
Add a @deprecated annotations for JSDoc pointing to the new functions, so that IDEs can show it as deprecated when suggesting.
https://jsdoc.app/tags-deprecated.html
What?
These functions have been deprecated in favour of
asyncDeleteUserandasyncDeleteRoom, yet they still appear as valid suggestions in VS Code.Suggested improvements
Add a
@deprecatedannotations for JSDoc pointing to the new functions, so that IDEs can show it as deprecated when suggesting.https://jsdoc.app/tags-deprecated.html