mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-24 23:37:18 +00:00
[TelegramBridge] Set 'username' parameter as required (#1192)
This commit is contained in:
parent
987f42d6d4
commit
ebe463dd08
@ -8,6 +8,7 @@ class TelegramBridge extends BridgeAbstract {
|
|||||||
'username' => array(
|
'username' => array(
|
||||||
'name' => 'Username',
|
'name' => 'Username',
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
|
'required' => true,
|
||||||
'exampleValue' => '@telegram',
|
'exampleValue' => '@telegram',
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user