summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorThomas Weston <thomasweston12@gmail.com>2022-07-13 11:33:21 +0100
committerGitHub <noreply@github.com>2022-07-13 11:33:21 +0100
commit0312ff44c69ba16371206fc42b9f886b24253bcd (patch)
treeb5d5cfdec89e3313273a9a0f2ec2b11aa560b36c /changelog.d
parentInline URL preview documentation. (#13261) (diff)
downloadsynapse-0312ff44c69ba16371206fc42b9f886b24253bcd.tar.xz
Fix "add user" admin api error when request contains a "msisdn" threepid (#13263)
Co-authored-by: Thomas Weston <thomas.weston@clearspancloud.com>
Co-authored-by: David Robertson <david.m.robertson1@gmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13263.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13263.bugfix b/changelog.d/13263.bugfix
new file mode 100644
index 0000000000..91e1d1e7eb
--- /dev/null
+++ b/changelog.d/13263.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.15.0 where adding a user through the Synapse Admin API with a phone number would fail if the "enable_email_notifs" and "email_notifs_for_new_users" options were enabled. Contributed by @thomasweston12.