summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-04-22 16:53:24 +0100
committerGitHub <noreply@github.com>2021-04-22 16:53:24 +0100
commit69018acbd2d1f331d6a52335b4938c3753b16de6 (patch)
tree00d9527b8a0bd4451acd41b6d59f07fb563082bb /changelog.d
parentRemove `synapse.types.Collection` (#9856) (diff)
downloadsynapse-69018acbd2d1f331d6a52335b4938c3753b16de6.tar.xz
Clear the resync bit after resyncing device lists (#9867)
Fixes #9866.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9867.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9867.bugfix b/changelog.d/9867.bugfix
new file mode 100644
index 0000000000..f236de247d
--- /dev/null
+++ b/changelog.d/9867.bugfix
@@ -0,0 +1 @@
+Fix a bug which could cause Synapse to get stuck in a loop of resyncing device lists.