Fix RegistrationStore
parent
b1c0a4ceb3
commit
c69324ffb5
|
@ -915,7 +915,7 @@ class RegistrationBackgroundUpdateStore(
|
|||
return 1
|
||||
|
||||
|
||||
class RegistrationStore(RegistrationWorkerStore, RegistrationBackgroundUpdateStore):
|
||||
class RegistrationStore(RegistrationBackgroundUpdateStore):
|
||||
def __init__(self, db_conn, hs):
|
||||
super(RegistrationStore, self).__init__(db_conn, hs)
|
||||
|
||||
|
|
Loading…
Reference in New Issue