mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00:00
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`.
1 line
115 B
Text
1 line
115 B
Text
Fix user directory search when using a legacy module with a `check_username_for_spam` callback. Broke in v1.122.0.
|