summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-12-08 11:35:49 -0500
committerGitHub <noreply@github.com>2022-12-08 11:35:49 -0500
commitda777207528513c858395758bf4c023da2c2c1a3 (patch)
treeafbf8a99fb0577bfab2f9da1c8aa67032f51b318 /changelog.d
parentBump certifi from 2021.10.8 to 2022.12.7 (#14645) (diff)
downloadsynapse-da777207528513c858395758bf4c023da2c2c1a3.tar.xz
Check the stream position before checking if the cache is empty. (#14639)
An empty cache does not mean the entity has no changed, if
it is earlier than the earliest known stream position return that
the entity *has* changed since the cache cannot accurately
answer that query.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14639.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14639.bugfix b/changelog.d/14639.bugfix
new file mode 100644
index 0000000000..8730b10afe
--- /dev/null
+++ b/changelog.d/14639.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where the user directory and room/user stats might be out of sync.