X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Freceive.php;h=b50774933d349f2ac6e7d038a5c6dda9b65036ea;hb=56c29a527d79391a1d30a1be043f924bc1ae1466;hp=c3738c1431c20e28221e24ad79bdc31cf96648e3;hpb=b465d1f30bf100f67614e0765c4c5f8588908e26;p=friendica.git diff --git a/mod/receive.php b/mod/receive.php index c3738c1431..b50774933d 100644 --- a/mod/receive.php +++ b/mod/receive.php @@ -63,6 +63,9 @@ function receive_post(&$a) { elseif($xmlbase->retraction) { diaspora_retraction($importer,$xmlbase->retraction,$msg); } + elseif($xmlbase->photo) { + diaspora_photo($importer,$xmlbase->photo,$msg); + } else { logger('mod-diaspora: unknown message type: ' . print_r($xmlbase,true)); }