Likes are now federated again through Diaspora

This commit is contained in:
Michael Vogel 2016-01-21 16:01:46 +01:00
parent e00c091540
commit e1bc0b4ff8
2 changed files with 28 additions and 4 deletions

View file

@ -2836,7 +2836,7 @@ function diaspora_send_followup($item,$owner,$contact,$public_batch = false) {
// sign it
if($like)
$signed_text = $item['guid'] . ';' . $target_type . ';' . $parent['guid'] . ';' . $positive . ';' . $myaddr;
$signed_text = $positive . ';' . $item['guid'] . ';' . $target_type . ';' . $parent['guid'] . ';' . $myaddr;
else
$signed_text = $item['guid'] . ';' . $parent['guid'] . ';' . $text . ';' . $myaddr;