diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-12-10 16:22:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-10 16:22:29 +0000 |
commit | 40eda849338b6e47a5804b4cf7000e9d2417c4d8 (patch) | |
tree | 257c215f3409efccab2fc626b183a77fabc4c582 /changelog.d | |
parent | Refactor get_events_from_store_or_dest to return a dict (#6501) (diff) | |
download | synapse-40eda849338b6e47a5804b4cf7000e9d2417c4d8.tar.xz |
Fix race which caused deleted devices to reappear (#6514)
Stop the `update_client_ips` background job from recreating deleted devices.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6514.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6514.bugfix b/changelog.d/6514.bugfix new file mode 100644 index 0000000000..6dc1985c24 --- /dev/null +++ b/changelog.d/6514.bugfix @@ -0,0 +1 @@ +Fix race which occasionally caused deleted devices to reappear. |