Page MenuHomePhabricator

[ecash-herald] Do not use polling for the telegram bot
ClosedPublic

Authored by bytesofman on Fri, Feb 28, 15:48.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCf718de701eb1: [ecash-herald] Do not use polling for the telegram bot
Summary

The bot only sends msgs, it does not need to monitor any msgs for pending actions. "polling" means periodically hitting the telegram API to check for new msgs. We should not do this as we do not need this feature in herald (unused).

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Branch
herald-no-polling
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32546
Build 64580: Build Diffecash-herald-tests
Build 64579: arc lint + arc unit