aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2021-07-02 16:37:50 +0200
committerMario Vavti <mario@mariovavti.com>2021-07-02 16:37:50 +0200
commitf5912e05ef37d70a95012a9ef8b533c0a8129486 (patch)
tree138f216c7dd900352b27088568fadf53b9f8e007 /include/photos.php
parente94eb1af0cbbb1c89332b87e6ee35ca1f4658535 (diff)
downloadvolse-hubzilla-f5912e05ef37d70a95012a9ef8b533c0a8129486.tar.gz
volse-hubzilla-f5912e05ef37d70a95012a9ef8b533c0a8129486.tar.bz2
volse-hubzilla-f5912e05ef37d70a95012a9ef8b533c0a8129486.zip
do not use summary in photo object
Diffstat (limited to 'include/photos.php')
-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