unbreak 3pid deletion

This commit is contained in:
Matrix 2018-05-03 23:27:34 +00:00
parent f639ac143d
commit 06820250c9

View File

@ -363,6 +363,7 @@ class ThreepidDeleteRestServlet(RestServlet):
def __init__(self, hs):
super(ThreepidDeleteRestServlet, self).__init__()
self.hs = hs
self.auth = hs.get_auth()
self.auth_handler = hs.get_auth_handler()