mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16:53 +00:00
add ' / ' between user and list in getName()
This commit is contained in:
parent
9e0565c655
commit
bae4bd4515
@ -82,7 +82,7 @@ class TwitterBridge extends BridgeAbstract {
|
||||
break;
|
||||
default: return parent::getName();
|
||||
}
|
||||
return 'Twitter ' . $specific . $this->getInput($param);
|
||||
return 'Twitter ' . $specific . ' / ' . $this->getInput($param);
|
||||
}
|
||||
|
||||
public function getURI(){
|
||||
|
Loading…
Reference in New Issue
Block a user