diff options
author | Quentin Gliech <quenting@element.io> | 2023-03-03 13:22:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 12:22:49 +0000 |
commit | 848f7e3d5ff38ca28e56e6143e584974da1eec42 (patch) | |
tree | 95593176426f7fdb429b824718eaaa7f428b4668 /changelog.d | |
parent | Configure ruff to automatically fix issues. (#15194) (diff) | |
download | synapse-848f7e3d5ff38ca28e56e6143e584974da1eec42.tar.xz |
Remove unspecced and buggy `PUT` method on the unstable `/rooms/<room_id>/batch_send` endpoint. (#15199)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15199.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15199.misc b/changelog.d/15199.misc new file mode 100644 index 0000000000..145b03fe16 --- /dev/null +++ b/changelog.d/15199.misc @@ -0,0 +1 @@ +Remove unspecced and buggy `PUT` method on the unstable `/rooms/<room_id>/batch_send` endpoint. |