mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
bb5a692946
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.
2 lines
98 B
Plaintext
2 lines
98 B
Plaintext
Fix errors in logs about closing incorrect logging contexts when media gets rejected by a module.
|