note work still remaining

This commit is contained in:
friendica 2014-06-17 17:36:41 -07:00
parent dafd3a9e43
commit 5c8359f976

View File

@ -2283,6 +2283,7 @@ function process_channel_sync_delivery($sender,$arr,$deliveries) {
continue; continue;
$clean[$k] = $v; $clean[$k] = $v;
// TODO - check if these are allowed, otherwise we'll error // TODO - check if these are allowed, otherwise we'll error
// We also need to import local photos if a custom photo is selected
} }
if(count($clean)) { if(count($clean)) {
foreach($clean as $k => $v) { foreach($clean as $k => $v) {