-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
announce: send announces to TARGMAX channels at once, if advertised #1859
Conversation
The big issue right now, besides lack of tests, is that py2 can't import from |
Re the new commit: "Thanks, I hate it." Don't worry, I don't want to merge that kludge. |
Well-taken point from @Exirel applied: Performance concerns in this case are not significant enough to worry about what underlying implementation of |
@dgw I still like this PR. If you have time to touch it... 👍 |
@Exirel I updated it a bit, but have not rebased yet. Want to know first if it's good enough (obviously not the perfect solution discussed in line notes in that prior review) to ship, while we work on the larger API question. |
@dgw all good for a rebase & squash. |
@Exirel This is now the squishiest PR you ever saw (not really, but I wanted to say that anyway) |
Reduces the bot's network overhead, and might make servers happier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick for argument checking, and we are all good!
Description
Tin. Closes #1306.
Checklist
make qa
(runsmake quality
andmake test
)