mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
Fixed "created" origin
This commit is contained in:
parent
7e31cebb67
commit
3392c7a8be
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class Notifier
|
||||||
if (!empty($target_item) && !empty($items)) {
|
if (!empty($target_item) && !empty($items)) {
|
||||||
$parent = $items[0];
|
$parent = $items[0];
|
||||||
|
|
||||||
$delivery_queue_count += self::activityPubDelivery($cmd, $target_item, $parent, $a->queue['priority'], defaults($a->query_string, 'created', ''));
|
$delivery_queue_count += self::activityPubDelivery($cmd, $target_item, $parent, $a->queue['priority'], $a->queue['created']);
|
||||||
|
|
||||||
$fields = ['network', 'author-id', 'owner-id'];
|
$fields = ['network', 'author-id', 'owner-id'];
|
||||||
$condition = ['uri' => $target_item["thr-parent"], 'uid' => $target_item["uid"]];
|
$condition = ['uri' => $target_item["thr-parent"], 'uid' => $target_item["uid"]];
|
||||||
|
|
Loading…
Reference in a new issue