mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-15 13:09:40 +01: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(
|
||||
'name' => 'Username',
|
||||
'type' => 'text',
|
||||
'required' => true,
|
||||
'exampleValue' => '@telegram',
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user