mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-12-22 19:50:20 +00:00
Fix errors in bluesky addon
This commit is contained in:
parent
31198294c7
commit
cf8a7870f3
1 changed files with 2 additions and 0 deletions
|
@ -683,6 +683,8 @@ function bluesky_create_activity(array $item, stdClass $parent = null)
|
|||
return;
|
||||
}
|
||||
|
||||
$post = [];
|
||||
|
||||
if ($item['verb'] == Activity::LIKE) {
|
||||
$record = [
|
||||
'subject' => $parent,
|
||||
|
|
Loading…
Reference in a new issue