aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-03-24 09:22:10 +0000
committerMario <mario@mariovavti.com>2023-03-24 09:22:10 +0000
commit70ca247c88d580870af753315f00e2b105ad21ef (patch)
tree4558b20f54eeff7211273f9d267674c1edf1f04f /Zotlabs
parent70b3c8080ecb3bafea7dd57ec07a410061b26953 (diff)
downloadvolse-hubzilla-70ca247c88d580870af753315f00e2b105ad21ef.tar.gz
volse-hubzilla-70ca247c88d580870af753315f00e2b105ad21ef.tar.bz2
volse-hubzilla-70ca247c88d580870af753315f00e2b105ad21ef.zip
in fact this can be removed
Diffstat (limited to 'Zotlabs')
-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 baa27a051..416aaa0d8 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'];
}