Page MenuHomePhabricator

[tg bot] change msg format from markdown to html
ClosedPublic

Authored by bytesofman on Mar 11 2023, 00:32.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Commits
rABCe383ead592b2: [tg bot] change msg format from markdown to html
Summary

T2972

Depends on D13280

In preparation for supporting op_return msg parsing, convert app from sending 'markdown' style telegram msgs to 'html' style. In the Telegram API, it's easier to clean strings for html format (only need to replace 3 special characters vs several in markdown)

Test Plan

npm run test
npm run msgs and all send, look ok

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable