mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
add at the top to maintain original order
This commit is contained in:
@@ -608,9 +608,9 @@ class Activity {
|
||||
|
||||
call_hooks('encode_item', $hookinfo);
|
||||
|
||||
|
||||
return $hookinfo['encoded'];
|
||||
|
||||
|
||||
}
|
||||
|
||||
static function decode_taxonomy($item) {
|
||||
@@ -780,7 +780,7 @@ class Activity {
|
||||
$entry['image'] = $att['image'];
|
||||
}
|
||||
if ($entry) {
|
||||
$ret[] = $entry;
|
||||
array_unshift($ret, $entry);
|
||||
}
|
||||
}
|
||||
} elseif (isset($item['attachment']) && is_string($item['attachment'])) {
|
||||
|
||||
Reference in New Issue
Block a user