closes #6272
This commit is contained in:
@@ -945,7 +945,6 @@ function api_format_data($root_element, $type, $data)
|
||||
$ret = $data;
|
||||
break;
|
||||
}
|
||||
|
||||
return $ret;
|
||||
}
|
||||
|
||||
@@ -1244,7 +1243,7 @@ function api_media_upload()
|
||||
$returndata["image"] = ["w" => $media["width"],
|
||||
"h" => $media["height"],
|
||||
"image_type" => $media["type"],
|
||||
"preview" => $media["preview"]];
|
||||
"friendica_preview_url" => $media["preview"]];
|
||||
|
||||
Logger::log("Media uploaded: " . print_r($returndata, true), Logger::DEBUG);
|
||||
|
||||
@@ -5685,7 +5684,6 @@ function api_friendica_notification($type)
|
||||
|
||||
$notes = $xmlnotes;
|
||||
}
|
||||
|
||||
return api_format_data("notes", $type, ['note' => $notes]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user