mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-28 06:41:07 +01:00
preserve_context_over_fn uses a ContextPreservingDeferred, which only restores context for the duration of its callbacks, which isn't really correct, and means that subsequent operations in the same request can end up without their logcontexts.