mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix RegistrationStore
This commit is contained in:
parent
b1c0a4ceb3
commit
c69324ffb5
@ -915,7 +915,7 @@ class RegistrationBackgroundUpdateStore(
|
|||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
||||||
class RegistrationStore(RegistrationWorkerStore, RegistrationBackgroundUpdateStore):
|
class RegistrationStore(RegistrationBackgroundUpdateStore):
|
||||||
def __init__(self, db_conn, hs):
|
def __init__(self, db_conn, hs):
|
||||||
super(RegistrationStore, self).__init__(db_conn, hs)
|
super(RegistrationStore, self).__init__(db_conn, hs)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user