diff options
author | Mario <mario@mariovavti.com> | 2023-03-24 09:22:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-03-24 10:29:09 +0100 |
commit | 9083e99d2af288ff7ae942b27829f071ca14a5c7 (patch) | |
tree | 6c7ba7bb3771ae251611c40465a41c0112dc22c0 | |
parent | 14fc0c735ba069924b3375b675be97868c24bcdc (diff) | |
download | volse-hubzilla-9083e99d2af288ff7ae942b27829f071ca14a5c7.tar.gz volse-hubzilla-9083e99d2af288ff7ae942b27829f071ca14a5c7.tar.bz2 volse-hubzilla-9083e99d2af288ff7ae942b27829f071ca14a5c7.zip |
in fact this can be removed
(cherry picked from commit 70ca247c88d580870af753315f00e2b105ad21ef)
-rw-r--r-- | Zotlabs/Lib/Activity.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 65fab1160..c175215b8 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -431,10 +431,6 @@ class Activity { } 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']; } |