mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:56:07 -04:00
Factor out msisdn canonicalisation
Plus a couple of other minor fixes
This commit is contained in:
parent
402a7bf63d
commit
88df6c0c9a
4 changed files with 11 additions and 41 deletions
|
@ -321,7 +321,7 @@ class AuthHandler(BaseHandler):
|
|||
defer.returnValue(True)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def _check_threepid(self, medium, authdict, ):
|
||||
def _check_threepid(self, medium, authdict):
|
||||
yield run_on_reactor()
|
||||
|
||||
if 'threepid_creds' not in authdict:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue