Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Make IdentityHandler.lookup_3pid a public method
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Sep 26, 2019
1 parent 1263170 commit 4898d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def proxy_msisdn_submit_token(self, id_server, client_secret, sid, token):
raise SynapseError(400, "Error contacting the identity server")

@defer.inlineCallbacks
def _lookup_3pid(self, id_server, medium, address, id_access_token=None):
def lookup_3pid(self, id_server, medium, address, id_access_token=None):
"""Looks up a 3pid in the passed identity server.
Args:
Expand Down

0 comments on commit 4898d65

Please sign in to comment.