diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-12-08 11:40:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-08 11:40:20 -0500 |
commit | c369e956918333c19cfb21def41c8a54f9d09c90 (patch) | |
tree | 674cd8f60b11b73cb15d70568f10378928ce6e80 /changelog.d | |
parent | Respond with proper error responses on unknown paths. (#14621) (diff) | |
download | synapse-c369e956918333c19cfb21def41c8a54f9d09c90.tar.xz |
Rebuild the user directory and stats tables. (#14643)
Due to the various fixes to the StreamChangeCache it is not safe to trust the information in the user directory or room/user stats tables. Rebuild them as background jobs. In particular see da777207528513c858395758bf4c023da2c2c1a3 (#14639), and 6a8310f3dfe77acf59df2fe3e88a71b85b9b3ecc (#14435). Maybe also be related to fac8a38525387e344e3595a092578e0ffedd49ae (#14592).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14643.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14643.bugfix b/changelog.d/14643.bugfix new file mode 100644 index 0000000000..8730b10afe --- /dev/null +++ b/changelog.d/14643.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where the user directory and room/user stats might be out of sync. |