diff options
author | Erik Johnston <erik@matrix.org> | 2024-05-15 15:14:21 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-05-15 15:14:21 +0100 |
commit | 5090acc46f868175554373ca4b1ec2c1481c4639 (patch) | |
tree | 828978f983b58d6951e2b14ea08ad77fbbc34544 | |
parent | Cap the top stream ID when fetching changed devices (diff) | |
download | synapse-5090acc46f868175554373ca4b1ec2c1481c4639.tar.xz |
Newsfile
-rw-r--r-- | changelog.d/17197.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17197.misc b/changelog.d/17197.misc new file mode 100644 index 0000000000..87404879c1 --- /dev/null +++ b/changelog.d/17197.misc @@ -0,0 +1 @@ +Fix bug where we sent down redundant device list changes down `/sync`. |