diff options
author | reivilibre <oliverw@matrix.org> | 2022-02-22 11:44:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 11:44:11 +0000 |
commit | 546b9c9e648f5e2b25bb7c8350570787ff9befae (patch) | |
tree | 4bd8cc5991df2a835da57474f60eb20582543224 /changelog.d | |
parent | Tidy the building of sdists and wheels (#12051) (diff) | |
download | synapse-546b9c9e648f5e2b25bb7c8350570787ff9befae.tar.xz |
Add more tests for in-flight state query duplication. (#12033)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12033.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12033.misc b/changelog.d/12033.misc new file mode 100644 index 0000000000..3af049b969 --- /dev/null +++ b/changelog.d/12033.misc @@ -0,0 +1 @@ +Deduplicate in-flight requests in `_get_state_for_groups`. |