summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2018-11-08 14:37:20 +0000
committerGitHub <noreply@github.com>2018-11-08 14:37:20 +0000
commit7b22421a7b3a40462d919faa0016635ed0419a60 (patch)
treef0d51435a45fbceaffd9178e7bb74220081d0697 /changelog.d
parentMerge pull request #4163 from matrix-org/rav/fix_consent_on_py3 (diff)
parentAdd test to assert set_e2e_device_keys correctly returns False on no-op (diff)
downloadsynapse-7b22421a7b3a40462d919faa0016635ed0419a60.tar.xz
Merge pull request #4164 from matrix-org/erikj/fix_device_comparison
Fix noop checks when updating device keys
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4164.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4164.bugfix b/changelog.d/4164.bugfix
new file mode 100644
index 0000000000..f70e0b2056
--- /dev/null
+++ b/changelog.d/4164.bugfix
@@ -0,0 +1 @@
+Fix noop checks when updating device keys, reducing spurious device list update notifications.