0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-11 13:48:50 +02:00
synapse/changelog.d/6212.bugfix
Erik Johnston 5859a5c569 Fix presence timeouts when synchrotron restarts. (#6212)
* Fix presence timeouts when synchrotron restarts.

Handling timeouts would fail if there was an external process that had
timed out, e.g. a synchrotron restarting. This was due to a couple of
variable name typoes.

Fixes #3715.
2019-10-18 06:42:26 +01:00

2 lines
104 B
Plaintext

Fix bug where presence would not get timed out correctly if a synchrotron worker is used and restarted.