diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-12-05 09:00:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 09:00:59 -0500 |
commit | 6a8310f3dfe77acf59df2fe3e88a71b85b9b3ecc (patch) | |
tree | 4fda34da62ccfefcfffb765759212c106dd34fb5 /changelog.d | |
parent | Faster remote room joins: stream the un-partial-stating of rooms over replica... (diff) | |
download | synapse-6a8310f3dfe77acf59df2fe3e88a71b85b9b3ecc.tar.xz |
Compare to the earliest known stream pos in the stream change cache. (#14435)
The internal methods of the StreamChangeCache were inconsistently treating the earliest known stream position as valid. It is now treated as invalid, meaning the cache cannot determine if an entity at the earliest known stream position has changed or not.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14435.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14435.bugfix b/changelog.d/14435.bugfix new file mode 100644 index 0000000000..149ee99dd7 --- /dev/null +++ b/changelog.d/14435.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where a device list update might not be sent to clients in certain circumstances. |