aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/photos.php1
1 files changed, 0 insertions, 1 deletions
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