reflect repeats in notifications, use force flag for import_xchan_photo() in cron

This commit is contained in:
Mario Vavti
2019-07-22 19:11:52 +02:00
parent ad58697521
commit 81ecea29c8
3 changed files with 14 additions and 7 deletions

View File

@@ -106,7 +106,7 @@ class Share extends \Zotlabs\Web\Controller {
$arr['owner_xchan'] = $item['author_xchan'];
$arr['obj'] = Activity::encode_item($item);
$arr['obj_type'] = $item['obj_type'];
$arr['verb'] = 'Announce';
$arr['verb'] = ACTIVITY_SHARE;
$post = item_store($arr);