summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-02-05 14:02:39 +0000
committerGitHub <noreply@github.com>2020-02-05 14:02:39 +0000
commita58860e4802c31680ba43e59ec537984af9f5637 (patch)
tree6ce866b4a3fe84f5ad829da20a912b3c216ac1fc /changelog.d
parentMerge pull request #6844 from matrix-org/uhoreg/cross_signing_fix_device_fed (diff)
downloadsynapse-a58860e4802c31680ba43e59ec537984af9f5637.tar.xz
Check sender_key matches on inbound encrypted events. (#6850)
If they don't then the device lists are probably out of sync.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6850.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6850.misc b/changelog.d/6850.misc
new file mode 100644
index 0000000000..418569113f
--- /dev/null
+++ b/changelog.d/6850.misc
@@ -0,0 +1 @@
+Detect unexpected sender keys on inbound encrypted events and resync device lists.