From a7bf07b864ab74884f3f2bfabd57d9aa5ae1e49c Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 28 Sep 2020 20:31:26 +0000 Subject: 5.0RC testing: fix uuid for likes/dislikes --- Zotlabs/Lib/Activity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Lib/Activity.php') diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 83c04c042..9c7b4e601 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -2023,7 +2023,7 @@ class Activity { $s['mid'] = $act->id; $s['parent_mid'] = $act->obj['id']; - $s['uuid'] = $act->{'diaspora:guid'}; + $s['uuid'] = $act->data['diaspora:guid']; // over-ride the object timestamp with the activity -- cgit v1.2.3