mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-11 17:34:45 +00:00
b8a333004a
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`.