Broke in #17916, as the signature inspection incorrectly looks at the wrapper function. We fix this by setting the signature on the wrapper function to that of the wrapped function via `@functools.wraps`.
2 lines
115 B
Plaintext
2 lines
115 B
Plaintext
Fix user directory search when using a legacy module with a `check_username_for_spam` callback. Broke in v1.122.0.
|