diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-30 15:06:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 15:06:58 +0000 |
commit | c80a9fe13dc098037a37bb0920a00b2c8cb53174 (patch) | |
tree | 8a347a82ffae87bd03fe3a5e2eb03d1c87710887 /changelog.d | |
parent | Type defintions for use in refactoring for redaction changes (#6803) (diff) | |
download | synapse-c80a9fe13dc098037a37bb0920a00b2c8cb53174.tar.xz |
When a client asks for remote keys check if should resync. (#6797)
If we detect that the remote users' keys may have changed then we should attempt to resync against the remote server rather than using the (potentially) stale local cache.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6797.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6797.misc b/changelog.d/6797.misc new file mode 100644 index 0000000000..e9127bac51 --- /dev/null +++ b/changelog.d/6797.misc @@ -0,0 +1 @@ +When a client asks for a remote user's device keys check if the local cache for that user has been marked as potentially stale. |