The "share" handling is improved
This commit is contained in:
@@ -155,7 +155,7 @@ class Status extends BaseFactory
|
||||
$poll = null;
|
||||
}
|
||||
|
||||
$shared = BBCode::fetchShareAttributes($item['body']);
|
||||
$shared = Item::getShareArray($item);
|
||||
if (!empty($shared['guid'])) {
|
||||
$shared_item = Post::selectFirst(['uri-id', 'plink'], ['guid' => $shared['guid']]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user