mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
do not use summary in photo object
This commit is contained in:
@@ -412,7 +412,6 @@ function photo_upload($channel, $observer, $args) {
|
||||
$object = [
|
||||
'type' => 'Image',
|
||||
'name' => $title,
|
||||
'summary' => $p['description'],
|
||||
'published' => datetime_convert('UTC','UTC',$p['created'],ATOM_TIME),
|
||||
'updated' => datetime_convert('UTC','UTC',$p['edited'],ATOM_TIME),
|
||||
// This is a placeholder and will get over-ridden by the item mid, which is critical for sharing as a conversational item over activitypub
|
||||
|
||||
Reference in New Issue
Block a user