0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-24 10:38:59 +02:00
synapse/changelog.d
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
..
.gitignore
17147.feature Bring auto-accept invite logic into Synapse (#17147) 2024-05-21 20:09:17 +00:00
17167.feature Add Sliding Sync /sync/e2ee endpoint for To-Device messages (#17167) 2024-05-23 12:06:16 -05:00
17176.misc Log exceptions when failing to auto-join new user according to the auto_join_rooms option. (#17176) 2024-05-22 14:22:33 +01:00
17204.doc Update Lemonldap-NG OIDC config (#17204) 2024-05-22 12:29:31 +00:00
17211.misc Reduce work of calculating outbound device pokes (#17211) 2024-05-22 13:55:18 +01:00
17213.feature Support MSC3916 by adding unstable media endpoints to _matrix/client (#17213) 2024-05-24 09:47:37 +01:00
17216.misc Improve perf of sync device lists (#17216) 2024-05-21 16:48:20 +01:00
17219.feature Add logging to tasks managed by the task scheduler, showing CPU and database usage. (#17219) 2024-05-22 14:12:58 +01:00
17239.misc Fix slipped logging context when media rejected (#17239) 2024-05-29 11:14:42 +01:00