diff options
author | David Robertson <davidr@element.io> | 2021-12-07 12:34:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 12:34:38 +0000 |
commit | 2a3ec6facf79f6aae011d9fb6f9ed5e43c7b6bec (patch) | |
tree | 3f75f87c1282a5ebefd5a02d96ea83af66c8d5d4 /changelog.d | |
parent | Fix `ModuleApi.looping_background_call` for non-async functions (#11524) (diff) | |
download | synapse-2a3ec6facf79f6aae011d9fb6f9ed5e43c7b6bec.tar.xz |
Correctly register shutdown handler for presence workers (#11518)
Fixes #11517
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11518.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11518.bugfix b/changelog.d/11518.bugfix new file mode 100644 index 0000000000..3c27382c7a --- /dev/null +++ b/changelog.d/11518.bugfix @@ -0,0 +1 @@ +Fix a regression in Synapse 1.48.0 where presence workers would not clear their presence updates over replication on shutdown. |