diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-18 07:42:26 +0200 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-10-18 06:42:26 +0100 |
commit | 5859a5c569c03f3b7c578fe4dbf2274e37af03bb (patch) | |
tree | ba72de9586994a6d303bdbc2c2e7674e44813990 /changelog.d | |
parent | Remove dead changelog file (diff) | |
download | synapse-5859a5c569c03f3b7c578fe4dbf2274e37af03bb.tar.xz |
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6212.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6212.bugfix b/changelog.d/6212.bugfix new file mode 100644 index 0000000000..918755fee0 --- /dev/null +++ b/changelog.d/6212.bugfix @@ -0,0 +1 @@ +Fix bug where presence would not get timed out correctly if a synchrotron worker is used and restarted. |