mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-09 11:15:50 +02:00
[TelegramBridge] Populate author (#1183)
This commit is contained in:
@ -42,6 +42,8 @@ class TelegramBridge extends BridgeAbstract {
|
||||
$item['title'] = html_entity_decode($this->itemTitle, ENT_QUOTES);
|
||||
$item['timestamp'] = $this->processDate($messageDiv);
|
||||
$item['enclosures'] = $this->enclosures;
|
||||
$author = trim($messageDiv->find('a.tgme_widget_message_owner_name', 0)->plaintext);
|
||||
$item['author'] = html_entity_decode($author, ENT_QUOTES);
|
||||
|
||||
$this->items[] = $item;
|
||||
}
|
||||
|
Reference in New Issue
Block a user