mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
Fix bridge description (#1207)
This commit is contained in:
parent
41a8eb74a1
commit
d3fbf0d872
@ -2,7 +2,7 @@
|
|||||||
class TelegramBridge extends BridgeAbstract {
|
class TelegramBridge extends BridgeAbstract {
|
||||||
const NAME = 'Telegram Bridge';
|
const NAME = 'Telegram Bridge';
|
||||||
const URI = 'https://t.me';
|
const URI = 'https://t.me';
|
||||||
const DESCRIPTION = 'Returns newest post from a public Telegram channel';
|
const DESCRIPTION = 'Returns newest posts from a public Telegram channel';
|
||||||
const MAINTAINER = 'VerifiedJoseph';
|
const MAINTAINER = 'VerifiedJoseph';
|
||||||
const PARAMETERS = array(array(
|
const PARAMETERS = array(array(
|
||||||
'username' => array(
|
'username' => array(
|
||||||
|
Loading…
Reference in New Issue
Block a user