From f5912e05ef37d70a95012a9ef8b533c0a8129486 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 2 Jul 2021 16:37:50 +0200 Subject: do not use summary in photo object --- include/photos.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include/photos.php') diff --git a/include/photos.php b/include/photos.php index cfa29a253..967acf955 100644 --- a/include/photos.php +++ b/include/photos.php @@ -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 -- cgit v1.2.3