diff options
author | Erik Johnston <erik@matrix.org> | 2020-02-05 14:02:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 14:02:39 +0000 |
commit | a58860e4802c31680ba43e59ec537984af9f5637 (patch) | |
tree | 6ce866b4a3fe84f5ad829da20a912b3c216ac1fc /changelog.d | |
parent | Merge pull request #6844 from matrix-org/uhoreg/cross_signing_fix_device_fed (diff) | |
download | synapse-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.misc | 1 |
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. |