diff options
author | Quentin Gliech <quenting@element.io> | 2023-05-17 16:39:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 14:39:06 +0000 |
commit | 41b9def9f2c02118796e147f63abf23bc2d7dc04 (patch) | |
tree | 8059221dc29f8931f0661ee59dfc7f1d004de36f /changelog.d | |
parent | Apply url_preview_url_blacklist to oEmbed and pre-cached images (#15601) (diff) | |
download | synapse-41b9def9f2c02118796e147f63abf23bc2d7dc04.tar.xz |
Add a new admin API to create a new device for a user. (#15611)
This allows an external service (e.g. the matrix-authentication-service) to create devices for users.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15611.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15611.feature b/changelog.d/15611.feature new file mode 100644 index 0000000000..7cfb46fd0a --- /dev/null +++ b/changelog.d/15611.feature @@ -0,0 +1 @@ +Add a new admin API to create a new device for a user. |