mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
Removed just more old diaspora function calls.
This commit is contained in:
parent
2446c56e50
commit
07bd89c35f
13 changed files with 8 additions and 109 deletions
|
@ -54,7 +54,6 @@ function receive_post(&$a) {
|
|||
logger('mod-diaspora: message is okay', LOGGER_DEBUG);
|
||||
|
||||
$msg = diaspora::decode($importer,$xml);
|
||||
//$msg = diaspora_decode($importer,$xml);
|
||||
|
||||
logger('mod-diaspora: decoded', LOGGER_DEBUG);
|
||||
|
||||
|
@ -68,10 +67,8 @@ function receive_post(&$a) {
|
|||
$ret = 0;
|
||||
if($public) {
|
||||
diaspora::dispatch_public($msg);
|
||||
//diaspora_dispatch_public($msg);
|
||||
} else {
|
||||
$ret = diaspora::dispatch($importer,$msg);
|
||||
//$ret = diaspora_dispatch($importer,$msg);
|
||||
}
|
||||
|
||||
http_status_exit(($ret) ? $ret : 200);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue