aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authornobody <nobody@zotlabs.com>2020-08-04 16:25:33 -0700
committernobody <nobody@zotlabs.com>2020-08-04 16:25:33 -0700
commit0b7ca61958be5c1bf33102e6fba6995979f8a873 (patch)
treeac1b25064fc2984a390ec9d8a7c8e71453270355 /Zotlabs/Module
parent3e7d3a20af328217baf2caa46dff6780a6ebf62c (diff)
downloadvolse-hubzilla-0b7ca61958be5c1bf33102e6fba6995979f8a873.tar.gz
volse-hubzilla-0b7ca61958be5c1bf33102e6fba6995979f8a873.tar.bz2
volse-hubzilla-0b7ca61958be5c1bf33102e6fba6995979f8a873.zip
update profile|cover photo activities converted to z6
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Cover_photo.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/Zotlabs/Module/Cover_photo.php b/Zotlabs/Module/Cover_photo.php
index 615ca6fe0..dff645f2b 100644
--- a/Zotlabs/Module/Cover_photo.php
+++ b/Zotlabs/Module/Cover_photo.php
@@ -293,14 +293,6 @@ class Cover_photo extends \Zotlabs\Web\Controller {
$arr['item_thread_top'] = 1;
$arr['item_origin'] = 1;
$arr['item_wall'] = 1;
- $arr['obj_type'] = ACTIVITY_OBJ_PHOTO;
- $arr['verb'] = ACTIVITY_UPDATE;
-
- $arr['obj'] = json_encode(array(
- 'type' => $arr['obj_type'],
- 'id' => z_root() . '/photo/' . $photo['resource_id'] . '-7',
- 'link' => array('rel' => 'photo', 'type' => $photo['mimetype'], 'href' => z_root() . '/photo/' . $photo['resource_id'] . '-7')
- ));
if($profile && stripos($profile['gender'],t('female')) !== false)
$t = t('%1$s updated her %2$s');