mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-12 11:34:09 +02:00
refactor: html format (#3062)
* refactor: html format Fix a few small bugs too * fix * fix * trigger build * striptags instead of encode title
This commit is contained in:
@@ -24,7 +24,7 @@ class TelegramBridge extends BridgeAbstract
|
||||
'http://telegram.me/rssbridge' => ['username' => 'rssbridge'],
|
||||
];
|
||||
|
||||
const CACHE_TIMEOUT = 900; // 15 mins
|
||||
const CACHE_TIMEOUT = 60 * 15; // 15 mins
|
||||
|
||||
private $feedName = '';
|
||||
private $enclosures = [];
|
||||
|
Reference in New Issue
Block a user