DFRN import has now gone live

This commit is contained in:
Michael Vogel 2016-02-05 21:25:20 +01:00
commit d408cea871
3 changed files with 52 additions and 2188 deletions

View file

@ -374,7 +374,7 @@ function delivery_run(&$argv, &$argc){
break;
logger('mod-delivery: local delivery');
local_delivery($x[0],$atom);
dfrn::import($atom, $x[0]);
break;
}
}