mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 09:51:17 +02:00
[IdenticaBridge] fix parameter 'u' requirement status
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
@@ -11,7 +11,10 @@ class IdenticaBridge extends BridgeAbstract{
|
||||
$this->description = "Returns user timelines";
|
||||
|
||||
$this->parameters[] = array(
|
||||
'u'=>array('name'=>'username')
|
||||
'u'=>array(
|
||||
'name'=>'username',
|
||||
'required'=>true
|
||||
)
|
||||
);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user