mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:10:13 +00:00
Only sort the profile after pinned
This commit is contained in:
parent
463c9131b6
commit
91ad7936f3
2 changed files with 22 additions and 14 deletions
|
@ -355,7 +355,7 @@ class Profile extends BaseModule
|
|||
$items = array_merge($items, $pinned);
|
||||
}
|
||||
|
||||
$o .= conversation($a, $items, $pager, 'profile', $update, false, 'received', $a->profile['profile_uid']);
|
||||
$o .= conversation($a, $items, $pager, 'profile', $update, false, 'pinned_received', $a->profile['profile_uid']);
|
||||
|
||||
if (!$update) {
|
||||
$o .= $pager->renderMinimal(count($items));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue