Skip to content

Commit

Permalink
Issue matrix-org#6406 Fix parameter mismatch
Browse files Browse the repository at this point in the history
Signed-off-by: Syam G Krishnan <syamgk01@gmail.com>
  • Loading branch information
syamgk committed Dec 4, 2019
1 parent 23ea572 commit ce1c975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def register_user(
}

# Bind email to new account
yield self._register_email_threepid(user_id, threepid_dict, None, False)
yield self._register_email_threepid(user_id, threepid_dict, None)

return user_id

Expand Down

0 comments on commit ce1c975

Please sign in to comment.