scrape_url - use feed url if no name can be found

This commit is contained in:
Friendika
2011-09-04 05:07:25 -07:00
parent 1d01b3a088
commit 260d652168
3 changed files with 30 additions and 6 deletions

View File

@@ -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;