mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-06 06:44:13 -04:00
Add hs object
This commit is contained in:
parent
b55c770271
commit
848d3bf2e1
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ class DeactivateAccountRestServlet(RestServlet):
|
||||||
PATTERNS = client_v2_patterns("/account/deactivate$")
|
PATTERNS = client_v2_patterns("/account/deactivate$")
|
||||||
|
|
||||||
def __init__(self, hs):
|
def __init__(self, hs):
|
||||||
|
self.hs = hs
|
||||||
self.store = hs.get_datastore()
|
self.store = hs.get_datastore()
|
||||||
self.auth = hs.get_auth()
|
self.auth = hs.get_auth()
|
||||||
self.auth_handler = hs.get_auth_handler()
|
self.auth_handler = hs.get_auth_handler()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue