0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-04 07:29:04 +02:00

Add hs object

This commit is contained in:
Erik Johnston 2016-07-14 10:25:52 +01:00
parent b55c770271
commit 848d3bf2e1

View file

@ -125,6 +125,7 @@ class DeactivateAccountRestServlet(RestServlet):
PATTERNS = client_v2_patterns("/account/deactivate$")
def __init__(self, hs):
self.hs = hs
self.store = hs.get_datastore()
self.auth = hs.get_auth()
self.auth_handler = hs.get_auth_handler()