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
Lint
Lint Not Applicable
Unit
Tests Not Applicable