//$post['date'] = $item['date'];
//$post['uri'] = $item['url'];
- if (!empty($item['url']) && strstr($item['url'], 'facebook.com')) {
- $hash = hash('ripemd128', $item['url']);
- $post['extid'] = Protocol::FACEBOOK;
- $post['message_id'] = Item::newURI($uid, Protocol::FACEBOOK . ':' . $hash);
- }
-
if ($item['type'] == 'link') {
$link = $item['link'];
$data = PageInfo::queryUrl($item['link']);
$link = hash('ripemd128', $item['msg']);
}
+ $post['extid'] = $link;
+
Post\Delayed::add($link, $post, PRIORITY_MEDIUM, true);
}