mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-05 11:35:35 +00:00
0dfcffab0f
The `Clock` tracks looping calls to allow cancelling of all looping calls. However, this stopped them from getting garbage collected. This was introduced in https://github.com/element-hq/synapse/pull/18828 Fixes https://github.com/element-hq/synapse/issues/19392