Fix errors in bluesky addon
This commit is contained in:
parent
7246f3deda
commit
5664bc84fb
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