summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-01-31 14:04:15 +0000
committerGitHub <noreply@github.com>2020-01-31 14:04:15 +0000
commit83b0ea047b355ade44985af123f4807faa7892ab (patch)
tree4b91241b73ff63649bc0f402335415692f251f57 /changelog.d
parentpass room_version into compute_event_signature (#6807) (diff)
downloadsynapse-83b0ea047b355ade44985af123f4807faa7892ab.tar.xz
Fix deleting of stale marker for device lists (#6819)
We were in fact only deleting stale marker when we got an incremental
update, rather than when we did a full resync.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6819.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6819.misc b/changelog.d/6819.misc
new file mode 100644
index 0000000000..4f9a4ac7a5
--- /dev/null
+++ b/changelog.d/6819.misc
@@ -0,0 +1 @@
+Detect unknown remote devices and mark cache as stale.