summary refs log tree commit diff
path: root/synapse/rest
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-05-14 10:08:45 +0100
committerRichard van der Hoff <richard@matrix.org>2020-05-14 10:08:45 +0100
commit6bd2a39a7d3dd4d6c6d89828139b905a0eaa051c (patch)
tree8f576436f72b892af6408f3d887c1f8ce9f55046 /synapse/rest
parentMerge remote-tracking branch 'origin/release-v1.13.0' into matrix-org-hotfixes (diff)
parentStop `get_joined_users` corruption from custom statuses (#7376) (diff)
downloadsynapse-6bd2a39a7d3dd4d6c6d89828139b905a0eaa051c.tar.xz
Merge branch 'release-v1.13.0' into matrix-org-hotfixes
Diffstat (limited to 'synapse/rest')
-rw-r--r--synapse/rest/client/v2_alpha/register.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/register.py b/synapse/rest/client/v2_alpha/register.py

index e77dd6bf92..af08cc6cce 100644 --- a/synapse/rest/client/v2_alpha/register.py +++ b/synapse/rest/client/v2_alpha/register.py
@@ -516,7 +516,6 @@ class RegisterRestServlet(RestServlet): body, self.hs.get_ip_from_request(request), "register a new account", - validate_clientdict=False, ) # Check that we're not trying to register a denied 3pid.