Transmit the Diaspora GUID with activities (Like, Dislike, ...)

This commit is contained in:
Michael 2018-10-06 14:02:23 +00:00
commit 389a651005
2 changed files with 5 additions and 0 deletions

View file

@ -554,6 +554,7 @@ class Transmitter
} elseif ($data['type'] == 'Undo') {
$data['object'] = self::createActivityFromItem($item_id, true);
} else {
$data['diaspora:guid'] = $item['guid'];
$data['object'] = $item['thr-parent'];
}