Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue where ghosts would not be registered #249

Closed
wants to merge 2 commits into from

Conversation

Half-Shot
Copy link
Contributor

@Half-Shot Half-Shot commented Oct 12, 2020

This function tries to determine if a user should be /registered, and only calls the method if it thinks it needs to be done. We also want to force registration sometimes (e.g. for the bridge bot), and we also want to do extra steps for encryption enabled users. This causes a bit of gnarly logic to determine if we need to skip registration.

Previously, we were seeing that users who were NOT registered were not being registered due to encryption not being enabled and forceRegister being false.

@Half-Shot Half-Shot force-pushed the hs/fix-registration-bug branch from 00009da to 169e735 Compare October 12, 2020 11:23
@Half-Shot Half-Shot requested a review from jaywink October 12, 2020 11:28
@Half-Shot
Copy link
Contributor Author

Having looked again. I'm unsure if this is actually broken..

@Half-Shot Half-Shot closed this Oct 12, 2020
@Half-Shot Half-Shot deleted the hs/fix-registration-bug branch May 2, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant