mirror of
https://github.com/friendica/friendica
synced 2025-05-06 03:04:11 +02:00
Fix emoji activities
This commit is contained in:
parent
f4af683af2
commit
08ba9e4183
3 changed files with 4 additions and 4 deletions
|
@ -496,7 +496,7 @@ class OStatus
|
|||
$orig_uri = $xpath->query('activity:object/atom:id', $entry)->item(0)->nodeValue;
|
||||
Logger::notice('Favorite', ['uri' => $orig_uri, 'item' => $item]);
|
||||
|
||||
$item['verb'] = Activity::LIKE;
|
||||
$item['body'] = $item['verb'] = Activity::LIKE;
|
||||
$item['thr-parent'] = $orig_uri;
|
||||
$item['gravity'] = Item::GRAVITY_ACTIVITY;
|
||||
$item['object-type'] = Activity\ObjectType::NOTE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue