mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-26 19:35:31 +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.