mirror of
https://github.com/element-hq/synapse.git
synced 2025-11-27 00:01:53 -05:00
The cached decorators always return a Deferred, which was not properly propagated. It was close enough when wrapping coroutines, but failed if a bare function was wrapped.