aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-03-24 09:22:10 +0000
committerMario <mario@mariovavti.com>2023-03-24 10:29:09 +0100
commit9083e99d2af288ff7ae942b27829f071ca14a5c7 (patch)
tree6c7ba7bb3771ae251611c40465a41c0112dc22c0
parent14fc0c735ba069924b3375b675be97868c24bcdc (diff)
downloadvolse-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.php4
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'];
}