0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-24 20:04:07 +01:00
synapse/tests
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
..
api Add a short sleep if the request is rate-limited (#17210) 2024-05-18 12:03:30 +01:00
app
appservice
config
crypto
events Bring auto-accept invite logic into Synapse (#17147) 2024-05-21 20:09:17 +00:00
federation Optional whitespace support in Authorization (#1350) (#17145) 2024-05-08 13:56:16 +00:00
handlers Add a short sleep if the request is rate-limited (#17210) 2024-05-18 12:03:30 +01:00
http
logging
media Support MSC3916 by adding unstable media endpoints to _matrix/client (#17213) 2024-05-24 09:47:37 +01:00
metrics
module_api
push
replication
rest Fix slipped logging context when media rejected (#17239) 2024-05-29 11:14:42 +01:00
scripts
server_notices
state
storage Add support for MSC3823 - Account Suspension (#17051) 2024-05-01 17:45:17 +01:00
test_utils
types
util Add optimisation to StreamChangeCache (#17130) 2024-05-06 12:56:52 +01:00
__init__.py
server.py Bring auto-accept invite logic into Synapse (#17147) 2024-05-21 20:09:17 +00:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_phone_home.py
test_rust.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py Add support for MSC4115 (#17104) 2024-04-29 15:22:13 +01:00
unittest.py Add a short sleep if the request is rate-limited (#17210) 2024-05-18 12:03:30 +01:00
utils.py