summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2023-05-17 16:39:06 +0200
committerGitHub <noreply@github.com>2023-05-17 14:39:06 +0000
commit41b9def9f2c02118796e147f63abf23bc2d7dc04 (patch)
tree8059221dc29f8931f0661ee59dfc7f1d004de36f /changelog.d
parentApply url_preview_url_blacklist to oEmbed and pre-cached images (#15601) (diff)
downloadsynapse-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.feature1
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.