leam-tech / frappe_telegram

Telegram Bot support for Frappe / ERPNext.
Other
34 stars 25 forks source link

fix: error on Poll return #20

Closed RJPvT closed 9 months ago

RJPvT commented 1 year ago

an Poll has no result.text but it wil be a messageClass. therefore content=None wil return from content=result.text

questioning the length ( > 0) will lead to a skip in this case in which content="" wil return

RJPvT commented 10 months ago

Any new commits possible ?

RJPvT commented 10 months ago

@fahimalizain Any change you guys have reviewed there outstanding PR's ?

If you're willing i'm making some additions in private app, if you want you can grant me write access and i'll add them to the code.