forked-synapse/synapse/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
..
_base.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
filepath.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
media_repository.py Fix slipped logging context when media rejected (#17239) 2024-05-29 11:14:42 +01:00
media_storage.py Fix slipped logging context when media rejected (#17239) 2024-05-29 11:14:42 +01:00
oembed.py Bump lxml-stubs from 0.4.0 to 0.5.1 (#16885) 2024-02-06 09:29:17 +00:00
preview_html.py Bump lxml-stubs from 0.4.0 to 0.5.1 (#16885) 2024-02-06 09:29:17 +00:00
storage_provider.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
thumbnailer.py Support MSC3916 by adding unstable media endpoints to _matrix/client (#17213) 2024-05-24 09:47:37 +01:00
url_previewer.py Fix slipped logging context when media rejected (#17239) 2024-05-29 11:14:42 +01:00