-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[TelegramBridge] Fix issues & add support for location messages #2133
[TelegramBridge] Fix issues & add support for location messages #2133
Conversation
Pull request artifacts
|
The example channel looks exactly the same as before :D Do you have an example were I can see the difference? Screenshots/code would be enough. If you want you can generate an html view of your example, upload it to www.termpad.com and link the same raw file as in the comment above, then we can see a live-preview |
@VerifiedJoseph do you have an example for a group where the output actually changed? |
Pull request artifacts
|
I've created a test channel (https://t.me/s/rssbridge) which has the changes for sticker and attachments. I can't see a way to reply to messages or find an example in another public channel, so I haven't tested that but it worked before. |
Thanks for the effort! I can see that attachments dont really work as intended, right? See the third entry (the logo attachment). There is nothing attached to the feed item. The sticker is just a giant outline. The video doesnt play. Are all of those issues of the html-view and work in rss/atom? |
Stickers are rendered using JavaScript and use a custom file format, so its only possible to get the grey outline image. File attachments like the logo (https://t.me/rssbridge/3) can only be viewed in full via the app mobile or desktop client. |
Ah, it seems like there was an issue in my browser yesterday. The video works now. As for the stickers, its at least an "info" that a sticker was sent :) So I'm fine with this. merging |
Fixes sticker, attachment and reply processing.