0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-06 03:08:58 +02:00

Fix adding threepids to an existing account

This commit is contained in:
David Baker 2015-09-10 10:33:48 +01:00 committed by Erik Johnston
parent 3f60481655
commit ca32c7a065

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):