mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
Some more notices fixed (#672)
This commit is contained in:
parent
f4763f67ad
commit
31d0fac64a
3 changed files with 6 additions and 4 deletions
|
@ -1620,7 +1620,9 @@ function pumpio_fetchallcomments(App $a, $uid, $id)
|
|||
$like->object = new stdClass;
|
||||
$like->object->id = $item->id;
|
||||
$like->actor = new stdClass;
|
||||
$like->actor->displayName = $item->displayName;
|
||||
if (!empty($item->displayName)) {
|
||||
$like->actor->displayName = $item->displayName;
|
||||
}
|
||||
//$like->actor->preferredUsername = $item->preferredUsername;
|
||||
//$like->actor->image = $item->image;
|
||||
$like->actor->url = $item->url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue