Transmit the Diaspora GUID with activities (Like, Dislike, ...)
This commit is contained in:
parent
2341ce353d
commit
389a651005
2 changed files with 5 additions and 0 deletions
|
@ -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'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue