mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-14 22:21:24 +00:00
The [old link](https://github.com/element-hq/synapse/blob/4367fb2d078c52959aeca0fe6874539c53e8360d/synapse/config/workers.py#L177) only references `thread_subscriptions` once but in the latest state of the code with the [new link](https://github.com/element-hq/synapse/blob/62a4bc46203880dd5034483b0e84156d03a3a8c6/synapse/config/workers.py#L184-L187) there are 5 places in the file to look at. Spawning from seeing a few more changes in https://github.com/element-hq/synapse/pull/20085 that were missed in https://github.com/element-hq/synapse/pull/19558 and wondering why I didn't notice before. In fact, some of this clean-up for `thread_subscriptions` (the reference stream from the cheatsheet) wasn't updated until recently (this week) as part of https://github.com/element-hq/synapse/pull/19556