summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-03-08 09:54:54 +0000
committerGitHub <noreply@github.com>2019-03-08 09:54:54 +0000
commit469b66c10292f975ca9aa91693c32b02200fab87 (patch)
tree896c0a341b626026719557eca00e7a33a30c329a /changelog.d
parentMerge pull request #4828 from matrix-org/erikj/debug_device_lists (diff)
parentNewsfile (diff)
downloadsynapse-469b66c10292f975ca9aa91693c32b02200fab87.tar.xz
Merge pull request #4829 from matrix-org/erikj/device_list_seen_updates
When re-syncing device lists reset the state
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4829.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4829.bugfix b/changelog.d/4829.bugfix
new file mode 100644
index 0000000000..b05235e215
--- /dev/null
+++ b/changelog.d/4829.bugfix
@@ -0,0 +1 @@
+Fix potential race in handling missing updates in device list updates.