forked from friendica/friendica-addons
Compare commits
2 commits
feb7722f72
...
10bd219bd1
Author | SHA1 | Date | |
---|---|---|---|
10bd219bd1 | |||
08c17c9dd4 |
1 changed files with 1 additions and 1 deletions
|
@ -1617,7 +1617,7 @@ function bluesky_fetch_parents(stdClass $parent, int $uid, array $parents = []):
|
|||
$parents = bluesky_fetch_parents($parent->parent, $uid, $parents);
|
||||
}
|
||||
|
||||
if (empty(bluesky_fetch_post(bluesky_get_uri($parent->post), $uid))) {
|
||||
if (!empty($parent->post) && empty(bluesky_fetch_post(bluesky_get_uri($parent->post), $uid))) {
|
||||
$parents[] = $parent->post;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue