summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2021-10-08 18:35:00 -0500
committerGitHub <noreply@github.com>2021-10-08 18:35:00 -0500
commita7d22c36dbbbdd396aeb8938b57b5fd7edb689f3 (patch)
tree9ed85aacdb70bd64e8d8ff95c9bb5be568914ab8 /changelog.d
parentAutodiscover oEmbed endpoint from returned HTML (#10822) (diff)
downloadsynapse-a7d22c36dbbbdd396aeb8938b57b5fd7edb689f3.tar.xz
Refactor MSC2716 `/batch_send` endpoint into separate handler functions (#10974)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10974.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10974.misc b/changelog.d/10974.misc
new file mode 100644
index 0000000000..8695b378aa
--- /dev/null
+++ b/changelog.d/10974.misc
@@ -0,0 +1 @@
+Refactor [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) `/batch_send` mega function into smaller handler functions.