forked from friendica/friendica-addons
Compare commits
No commits in common. "10bd219bd1658455e639a5dbd5555b8f589d48dc" and "feb7722f723b21e76fdf20a7ce4b42fa5ffcdcb9" have entirely different histories.
10bd219bd1
...
feb7722f72
|
@ -1617,7 +1617,7 @@ function bluesky_fetch_parents(stdClass $parent, int $uid, array $parents = []):
|
|||
$parents = bluesky_fetch_parents($parent->parent, $uid, $parents);
|
||||
}
|
||||
|
||||
if (!empty($parent->post) && empty(bluesky_fetch_post(bluesky_get_uri($parent->post), $uid))) {
|
||||
if (empty(bluesky_fetch_post(bluesky_get_uri($parent->post), $uid))) {
|
||||
$parents[] = $parent->post;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue