summary refs log tree commit diff
path: root/changelog.d/17304.feature
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-06-26 14:09:13 +0200
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-06-26 14:09:13 +0200
commit9f47513458e064be0b7579c42d672464a4200ffe (patch)
treebfd68f04a70b801362d73d6a891a71397fd823f4 /changelog.d/17304.feature
parentFixes to the table of contents in the README (#17329) (diff)
downloadsynapse-9f47513458e064be0b7579c42d672464a4200ffe.tar.xz
1.110.0rc1
Diffstat (limited to 'changelog.d/17304.feature')
-rw-r--r--changelog.d/17304.feature2
1 files changed, 0 insertions, 2 deletions
diff --git a/changelog.d/17304.feature b/changelog.d/17304.feature
deleted file mode 100644

index a969d8bf58..0000000000 --- a/changelog.d/17304.feature +++ /dev/null
@@ -1,2 +0,0 @@ -`register_new_matrix_user` now supports a --exists-ok flag to allow registration of users that already exist in the database. -This is useful for scripts that bootstrap user accounts with initial passwords.