scrape_url - use feed url if no name can be found
This commit is contained in:
parent
1d01b3a088
commit
260d652168
3 changed files with 30 additions and 6 deletions
|
|
@ -419,7 +419,8 @@ function delivery_run($argv, $argc){
|
|||
diaspora_send_relay($target_item,$owner,$contact);
|
||||
break;
|
||||
}
|
||||
elseif($top_level) {
|
||||
elseif(($top_level) && (! $walltowall)) {
|
||||
// currently no workable solution for sending walltowall
|
||||
logger('delivery: diaspora status: ' . $contact['name']);
|
||||
diaspora_send_status($target_item,$owner,$contact);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue