0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 14:38:18 +02:00
synapse/tests/rest/media
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
..
__init__.py Update license headers 2023-11-21 15:29:58 -05:00
test_domain_blocking.py Fix slipped logging context when media rejected (#17239) 2024-05-29 11:14:42 +01:00
test_url_preview.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00