synapse/changelog.d/17239.misc
Erik Johnston bb5a692946
Fix slipped logging context when media rejected (#17239)
When a module rejects a piece of media we end up trying to close the
same logging context twice.

Instead of fixing the existing code we refactor to use an async context
manager, which is easier to write correctly.
2024-05-29 11:14:42 +01:00

2 lines
98 B
Plaintext

Fix errors in logs about closing incorrect logging contexts when media gets rejected by a module.