diff options
author | Erik Johnston <erikj@jki.re> | 2018-11-08 14:37:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 14:37:20 +0000 |
commit | 7b22421a7b3a40462d919faa0016635ed0419a60 (patch) | |
tree | f0d51435a45fbceaffd9178e7bb74220081d0697 /changelog.d | |
parent | Merge pull request #4163 from matrix-org/rav/fix_consent_on_py3 (diff) | |
parent | Add test to assert set_e2e_device_keys correctly returns False on no-op (diff) | |
download | synapse-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.bugfix | 1 |
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. |