mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
Changed:
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
This commit is contained in:
parent
d267e7f0b7
commit
346ad9a3e2
2 changed files with 3 additions and 3 deletions
|
@ -919,7 +919,7 @@ function pumpio_dolike(App $a, int $uid, array $self, $post, string $own_id, $th
|
|||
$likedata = [];
|
||||
$likedata['parent'] = $orig_post['id'];
|
||||
$likedata['verb'] = Activity::LIKE;
|
||||
$likedata['gravity'] = GRAVITY_ACTIVITY;
|
||||
$likedata['gravity'] = Item::GRAVITY_ACTIVITY;
|
||||
$likedata['uid'] = $uid;
|
||||
$likedata['wall'] = 0;
|
||||
$likedata['network'] = Protocol::PUMPIO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue