diff options
author | Mario <mario@mariovavti.com> | 2020-08-05 19:13:44 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-08-05 19:13:44 +0200 |
commit | d9196bb82a1620c8ec1fe31d4ef7aa7c9f0d771f (patch) | |
tree | 3fcb376bba658d1014ee1bce09c8520435920e83 /Zotlabs/Module | |
parent | c56b140387aaf4247d7af56677d1cc18be3a6da9 (diff) | |
parent | 5ecbbfc7dfe1d1f3d36a02ac36b659538d6c5937 (diff) | |
download | volse-hubzilla-d9196bb82a1620c8ec1fe31d4ef7aa7c9f0d771f.tar.gz volse-hubzilla-d9196bb82a1620c8ec1fe31d4ef7aa7c9f0d771f.tar.bz2 volse-hubzilla-d9196bb82a1620c8ec1fe31d4ef7aa7c9f0d771f.zip |
Merge branch 'dev' into 'dev'
update profile|cover photo activities converted to z6
See merge request hubzilla/core!1865
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Cover_photo.php | 8 |
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'); |