zevlg / telega.el

GNU Emacs telegram client (unofficial)
https://zevlg.github.io/telega.el/
GNU General Public License v3.0
1.09k stars 85 forks source link

[telega-bridge-bot] better way to handle formatted text. #419

Closed BlindingDark closed 1 year ago

BlindingDark commented 1 year ago

This PR replaces #418 with a better way of handling fmt.

In this PR, we are not converting the whole message to no props format, but only when using the username as the hash key. This avoids losing formatting information in the body.

zevlg commented 1 year ago

merged in, thanks!