diff options
author | Quentin Gliech <quenting@element.io> | 2023-03-02 18:16:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 17:16:54 +0000 |
commit | c8665dd25d18fa7d7176984cee191834002909a0 (patch) | |
tree | 1eb1886bc607421f86c8a5b9d3d75bf9aaa7b6b1 /changelog.d | |
parent | Dockerfile-workers: spell out when config isn't generated (#15186) (diff) | |
download | synapse-c8665dd25d18fa7d7176984cee191834002909a0.tar.xz |
Remove the unspecced and bugged PUT /knock/{roomIdOrAlias} endpoint (#15189)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15189.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15189.misc b/changelog.d/15189.misc new file mode 100644 index 0000000000..ded2feb79e --- /dev/null +++ b/changelog.d/15189.misc @@ -0,0 +1 @@ +Remove the unspecced `PUT` on the `/knock/{roomIdOrAlias}` endpoint. |