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

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

@anoadragon453

Description

@anoadragon453

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?

Metadata

Metadata

Assignees

Labels

z-bug(Deprecated Label)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions