mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 14:56:42 -04:00
Add changelog
This commit is contained in:
parent
60d3c57bd0
commit
b5833a2abf
3 changed files with 5 additions and 4 deletions
|
@ -523,7 +523,7 @@ class ThreepidRestServlet(RestServlet):
|
|||
requester = yield self.auth.get_user_by_req(request)
|
||||
user_id = requester.user.to_string()
|
||||
|
||||
# Retrieve the identity server from the request
|
||||
# Specify None as the identity server to retrieve it from the request body instead
|
||||
threepid = yield self.identity_handler.threepid_from_creds(None, threepid_creds)
|
||||
|
||||
if not threepid:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue