diff options
author | Eric Eastwood <erice@element.io> | 2021-10-08 18:35:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 18:35:00 -0500 |
commit | a7d22c36dbbbdd396aeb8938b57b5fd7edb689f3 (patch) | |
tree | 9ed85aacdb70bd64e8d8ff95c9bb5be568914ab8 /changelog.d | |
parent | Autodiscover oEmbed endpoint from returned HTML (#10822) (diff) | |
download | synapse-a7d22c36dbbbdd396aeb8938b57b5fd7edb689f3.tar.xz |
Refactor MSC2716 `/batch_send` endpoint into separate handler functions (#10974)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10974.misc | 1 |
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. |