mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-27 06:25:33 +00:00
1f55c04cbc
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.