06c1cf247e2c870d131b1cc43ee2617f42f3d51c
Two defects my own review found. The push half accepts @channelusername as a destination. The intake half cannot: an inbound update names its chat by numeric id, so that config would read the chat, match nothing, and answer none of it. Refused at NewPoller, which turns a dead reach into a line in the log. And getUpdates returns at most 100 updates per call, so one call was not the backlog. The skip loops, bounded at ten rounds rather than until empty, so an instance that keeps handing back a full batch cannot spin.
Description
No description provided
Languages
Go
97.1%
HTML
0.9%
Shell
0.6%
CSS
0.5%
Makefile
0.3%
Other
0.6%