From e3aaa39f9eb62a292c81956b92cb71a47ffc075c Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 15 May 2020 15:26:05 +0000 Subject: Revert "uuid for likes" This reverts commit b6efb02ed291fcdfb32e8587a031950d752327bc. --- Zotlabs/Lib/Activity.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'Zotlabs/Lib/Activity.php') diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 5b387e6ee..4b7ed30f3 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -708,8 +708,6 @@ class Activity { $ret['id'] = ((strpos($i['mid'],'http') === 0) ? $i['mid'] : z_root() . '/activity/' . urlencode($i['mid'])); } - $ret['diaspora:guid'] = $i['uuid']; - if($i['title']) $ret['name'] = html2plain(bbcode($i['title'], [ 'cache' => true ])); @@ -1985,7 +1983,6 @@ class Activity { $response_activity = true; $s['mid'] = $act->id; - $s['uuid'] = $act['diaspora:guid']; $s['parent_mid'] = $act->obj['id']; // over-ride the object timestamp with the activity -- cgit v1.2.3