diff options
author | Erik Johnston <erikj@jki.re> | 2019-03-08 09:54:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-08 09:54:54 +0000 |
commit | 469b66c10292f975ca9aa91693c32b02200fab87 (patch) | |
tree | 896c0a341b626026719557eca00e7a33a30c329a /changelog.d | |
parent | Merge pull request #4828 from matrix-org/erikj/debug_device_lists (diff) | |
parent | Newsfile (diff) | |
download | synapse-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.bugfix | 1 |
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. |