summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-01-30 15:06:58 +0000
committerGitHub <noreply@github.com>2020-01-30 15:06:58 +0000
commitc80a9fe13dc098037a37bb0920a00b2c8cb53174 (patch)
tree8a347a82ffae87bd03fe3a5e2eb03d1c87710887 /changelog.d
parentType defintions for use in refactoring for redaction changes (#6803) (diff)
downloadsynapse-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.misc1
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.