mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-15 12:17:48 +00:00
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.
1 line
98 B
Text
1 line
98 B
Text
Fix errors in logs about closing incorrect logging contexts when media gets rejected by a module.
|