Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

'ClientReaderSlavedStore' object has no attribute 'get_user_deactivated_status' #5803

Closed
anoadragon453 opened this issue Jul 31, 2019 · 1 comment
Assignees
Labels
z-bug (Deprecated Label)

Comments

@anoadragon453
Copy link
Member

Description

This line is wrong:

deactivated = yield self.store.get_user_deactivated_status(user_id)

get_user_deactivated_status is not a part of ClientReaderSlavedStore, but rather RegistrationWorkerStore.

Is there a way to access RegistrationWorkerStore from the above code block?

@anoadragon453
Copy link
Member Author

Fixed by #5806

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
z-bug (Deprecated Label)
Projects
None yet
Development

No branches or pull requests

2 participants