mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00:00
Updated messages.po / type added to query
This commit is contained in:
parent
75bc4eccb7
commit
6c8ea1d0d8
3 changed files with 264 additions and 266 deletions
|
@ -209,7 +209,7 @@ class Status extends BaseProfile
|
|||
|
||||
if ($pager->getStart() == 0 && !empty($profile['uid'])) {
|
||||
$pcid = Contact::getPublicIdByUserId($profile['uid']);
|
||||
$pinned = DBA::selectToArray('collection-view', [], ['cid' => $pcid]);
|
||||
$pinned = DBA::selectToArray('collection-view', [], ['cid' => $pcid, 'type' => Post\Collection::FEATURED]);
|
||||
$items = array_merge($items, $pinned);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue