Ensure to always have stored the receivers
This commit is contained in:
@@ -1414,10 +1414,12 @@ class Item
|
||||
}
|
||||
|
||||
if (!empty($source) && ($transmit || DI::config()->get('debug', 'store_source'))) {
|
||||
Post\Activity::insert($item['uri-id'], $source);
|
||||
Post\Activity::insert($posted_item['uri-id'], $source);
|
||||
}
|
||||
|
||||
if ($transmit) {
|
||||
ActivityPub\Transmitter::storeReceiversForItem($posted_item);
|
||||
|
||||
Worker::add(['priority' => $priority, 'dont_fork' => true], 'Notifier', $notify_type, (int)$posted_item['uri-id'], (int)$posted_item['uid']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user