diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-28 14:43:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 14:43:21 +0000 |
commit | e17a11066192354f6c6144135a14e7abe524f44c (patch) | |
tree | 45ee5996c7b1b6c5078eceb4127d2d9aa1fa017b /changelog.d | |
parent | Pass room version object into event_auth.check and check_redaction (#6788) (diff) | |
download | synapse-e17a11066192354f6c6144135a14e7abe524f44c.tar.xz |
Detect unknown remote devices and mark cache as stale (#6776)
We just mark the fact that the cache may be stale in the database for now.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6776.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6776.misc b/changelog.d/6776.misc new file mode 100644 index 0000000000..4f9a4ac7a5 --- /dev/null +++ b/changelog.d/6776.misc @@ -0,0 +1 @@ +Detect unknown remote devices and mark cache as stale. |