diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2022-10-17 13:27:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 13:27:51 +0100 |
commit | 2c2c3f8b2c1e33d5aee6d480c60c75c1179e3dba (patch) | |
tree | 730b642bf49bd2f0232a154a0b3ae7270e3b12e7 /changelog.d | |
parent | Fix dead link to admin registration API (#14189) (diff) | |
download | synapse-2c2c3f8b2c1e33d5aee6d480c60c75c1179e3dba.tar.xz |
Invalidate rooms for user caches when receiving membership events (#14155)
This should fix a race where the event notification comes in over replication before the state replication, leaving a window during which a sync may get an incorrect list of rooms for the user.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14155.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14155.misc b/changelog.d/14155.misc new file mode 100644 index 0000000000..79539cdc32 --- /dev/null +++ b/changelog.d/14155.misc @@ -0,0 +1 @@ +Invalidate rooms for user caches on replicated event, fix sync cache race in synapse workers. Contributed by Nick @ Beeper (@fizzadar). |