diff options
author | Mario <mario@mariovavti.com> | 2023-03-24 09:22:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-03-24 09:22:10 +0000 |
commit | 70ca247c88d580870af753315f00e2b105ad21ef (patch) | |
tree | 4558b20f54eeff7211273f9d267674c1edf1f04f | |
parent | 70b3c8080ecb3bafea7dd57ec07a410061b26953 (diff) | |
download | volse-hubzilla-70ca247c88d580870af753315f00e2b105ad21ef.tar.gz volse-hubzilla-70ca247c88d580870af753315f00e2b105ad21ef.tar.bz2 volse-hubzilla-70ca247c88d580870af753315f00e2b105ad21ef.zip |
in fact this can be removed
-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 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']; } |