mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-02 03:22:56 +00:00
fix(telegram): remove meta message
This commit is contained in:
parent
daef06c6dd
commit
0e8ae286b2
@ -104,7 +104,7 @@ class TelegramBridge extends BridgeAbstract
|
|||||||
$notSupported = $messageDiv->find('div.message_media_not_supported_wrap', 0);
|
$notSupported = $messageDiv->find('div.message_media_not_supported_wrap', 0);
|
||||||
if ($notSupported) {
|
if ($notSupported) {
|
||||||
// For unknown reasons, the telegram preview page omits the content of this post
|
// 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)) {
|
if ($messageDiv->find('div.tgme_widget_message_forwarded_from', 0)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user