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

remind: use bot.connection_registered instead of internal method #2374

Merged
merged 1 commit into from
Dec 14, 2022

Conversation

dgw
Copy link
Member

@dgw dgw commented Nov 4, 2022

Description

Methods on bot.backend are really supposed to be used internally only, not by plugin code.

Improving the reliability of bot.connection_registered (the reason it wasn't already used here) is being taken care of in a separate patch, #2375.

Checklist

  • I have read CONTRIBUTING.md
  • I can and do license this contribution under the EFLv2
  • No issues are reported by make qa (runs make quality and make test)
  • I have tested the functionality of the things this change touches
    • Can't be tested For Real™ until the fixes land for bot.connection_registered.

Methods on `bot.backend` are really supposed to be used internally only,
not by plugin code.

Improving the reliability of `bot.connection_registered` (the reason it
wasn't already used here) is being taken care of in a separate patch.
@dgw dgw added the Bugfix Generally, PRs that reference (and fix) one or more issue(s) label Nov 4, 2022
@dgw dgw added this to the 8.0.0 milestone Nov 4, 2022
@dgw dgw merged commit 413e10b into master Dec 14, 2022
@dgw dgw deleted the remind-no-connection-redux branch December 14, 2022 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix Generally, PRs that reference (and fix) one or more issue(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants