Fix adding threepids to an existing account

pull/274/head
David Baker 2015-09-10 10:33:48 +01:00
parent 1002bbd732
commit 30768dcf40
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class ThreepidRestServlet(RestServlet):
self.hs = hs
self.identity_handler = hs.get_handlers().identity_handler
self.auth = hs.get_auth()
self.auth_handler = hs.get_handlers().auth_handler
@defer.inlineCallbacks
def on_GET(self, request):