mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
in fact this can be removed
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user