0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-29 18:21:07 +00:00

fix(telegram): remove meta message (#4569)

This commit is contained in:
Dag 2025-05-24 19:29:04 +02:00 committed by GitHub
parent daef06c6dd
commit 7397cabeee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,7 +104,7 @@ class TelegramBridge extends BridgeAbstract
$notSupported = $messageDiv->find('div.message_media_not_supported_wrap', 0);
if ($notSupported) {
// For unknown reasons, the telegram preview page omits the content of this post
$message = 'RSS-Bridge was unable to find the content of this post.<br><br>' . $notSupported->innertext;
$message = (string) $notSupported->innertext;
}
if ($messageDiv->find('div.tgme_widget_message_forwarded_from', 0)) {