mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-10 18:01:08 -05:00
More underscores
This commit is contained in:
parent
a218619626
commit
7ac8a60c6f
2 changed files with 4 additions and 4 deletions
|
|
@ -130,7 +130,7 @@ class ThreepidRestServlet(RestServlet):
|
|||
400, "Failed to auth 3pid", Codes.THREEPID_AUTH_FAILED
|
||||
)
|
||||
|
||||
for reqd in ['medium', 'address', 'validatedAt']:
|
||||
for reqd in ['medium', 'address', 'validated_at']:
|
||||
if reqd not in threepid:
|
||||
logger.warn("Couldn't add 3pid: invalid response from ID sevrer")
|
||||
raise SynapseError(500, "Invalid response from ID Server")
|
||||
|
|
@ -139,7 +139,7 @@ class ThreepidRestServlet(RestServlet):
|
|||
auth_user.to_string(),
|
||||
threepid['medium'],
|
||||
threepid['address'],
|
||||
threepid['validatedAt'],
|
||||
threepid['validated_at'],
|
||||
)
|
||||
|
||||
if 'bind' in body and body['bind']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue