mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-03-09 14:49:16 -04:00

Instead of triggering `__exit__` manually on the replication handler's logging context, use it as a context manager so that there is an `__enter__` call to balance the `__exit__`.