summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-01-31 12:43:20 +0000
committerGitHub <noreply@github.com>2023-01-31 12:43:20 +0000
commit3b8574b4f250bac1e4d4cfbf6b1ceec83bc0bac2 (patch)
tree4dac0f4334467979a26d3bd0c153746edc463e6e /changelog.d
parentFix "Re-starting finished log context" spam when creating events (#14947) (diff)
downloadsynapse-3b8574b4f250bac1e4d4cfbf6b1ceec83bc0bac2.tar.xz
Tag /send_join responses to detect faster joins (#14950)
* Tag /send_join responses to detect faster joins

* Changelog

* Define a proper SynapseTag

* isort
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14950.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14950.misc b/changelog.d/14950.misc
new file mode 100644
index 0000000000..6602776b3f
--- /dev/null
+++ b/changelog.d/14950.misc
@@ -0,0 +1 @@
+Faster joins: tag `v2/send_join/` requests to indicate if they served a partial join response.