diff options
author | Mario <mario@mariovavti.com> | 2020-05-15 15:26:05 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-05-15 15:26:05 +0000 |
commit | e3aaa39f9eb62a292c81956b92cb71a47ffc075c (patch) | |
tree | f253a1782e9e04901316e524ac450b1340b7065c /Zotlabs/Lib/Activity.php | |
parent | b6efb02ed291fcdfb32e8587a031950d752327bc (diff) | |
download | volse-hubzilla-e3aaa39f9eb62a292c81956b92cb71a47ffc075c.tar.gz volse-hubzilla-e3aaa39f9eb62a292c81956b92cb71a47ffc075c.tar.bz2 volse-hubzilla-e3aaa39f9eb62a292c81956b92cb71a47ffc075c.zip |
Revert "uuid for likes"
This reverts commit b6efb02ed291fcdfb32e8587a031950d752327bc.
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 3 |
1 files changed, 0 insertions, 3 deletions
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 |