-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish to telegram #14
Conversation
thx for PR. A few things:
|
…Opts and injected The store is dealing with data storage only and the processing (including notification) should be handled on proc level
For 'description' remove not support tags https://core.telegram.org/bots/api#html-style
url. here is a way around the limit 50MB, but I have not tried |
thx for screenshots, look fine. Not sure why it lost links from the show notes, probably converting it to markdown may help? Or this is upstram of smth in processing stripping links? |
btw, let me know as it ready for review. As of now it is shown as a "draft" |
Fixed 0456fed show only link html tag. Telegram not support all html tag and not support nested tag |
Ready! |
btw, because of the massive changes in modules & vendor, this change will be really ugly if I squash commits. Can you, pls keep the current vendors and modules alone and just add the one you really need? I'll update deps and revendor after the merge if needed. |
OK, how to do it right, create a new PR? |
yes, this probably the simplest way |
#13