DFRN import has now gone live

This commit is contained in:
Michael Vogel
2016-02-05 21:25:20 +01:00
parent e2a8146307
commit d408cea871
3 changed files with 7 additions and 2143 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;
}
}