From 70ca247c88d580870af753315f00e2b105ad21ef Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 24 Mar 2023 09:22:10 +0000 Subject: in fact this can be removed --- Zotlabs/Lib/Activity.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index baa27a051..416aaa0d8 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -430,10 +430,6 @@ class Activity { return $ret; } - if (isset($i['obj']) && $i['obj']) { - $ret = Activity::encode_object($i['obj']); - } - if (isset($i['obj']) && $i['obj']) { if (is_array($i['obj'])) { $ret = $i['obj']; -- cgit v1.2.3