diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-07-13 07:23:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 07:23:56 -0400 |
commit | 20ae617d1417f8dd52e20b3a20cb01b4c2fd87c9 (patch) | |
tree | 78ec54cd13c4a1597bfa905f653e178fbe4e1816 /changelog.d | |
parent | Bump types-pillow from 9.5.0.4 to 10.0.0.1 (#15932) (diff) | |
download | synapse-20ae617d1417f8dd52e20b3a20cb01b4c2fd87c9.tar.xz |
Stop accepting 'user' parameter for application service registration. (#15928)
This is unspecced, but has existed for a very long time.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15928.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15928.removal b/changelog.d/15928.removal new file mode 100644 index 0000000000..5563213d31 --- /dev/null +++ b/changelog.d/15928.removal @@ -0,0 +1 @@ +Remove support for calling the `/register` endpoint with an unspecced `user` property for application services. |