Some changes to let pumpio react similar to facebook.
This commit is contained in:
parent
34e7206ba4
commit
9a1a666f24
5 changed files with 19 additions and 7 deletions
|
|
@ -542,7 +542,7 @@ function delivery_run(&$argv, &$argc){
|
|||
|
||||
diaspora_send_relay($target_item,$owner,$contact,$public_message);
|
||||
break;
|
||||
}
|
||||
}
|
||||
elseif(($top_level) && (! $walltowall)) {
|
||||
// currently no workable solution for sending walltowall
|
||||
logger('delivery: diaspora status: ' . $loc);
|
||||
|
|
@ -558,6 +558,9 @@ function delivery_run(&$argv, &$argc){
|
|||
case NETWORK_FACEBOOK :
|
||||
if(get_config('system','dfrn_only'))
|
||||
break;
|
||||
case NETWORK_PUMPIO :
|
||||
if(get_config('system','dfrn_only'))
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue