Only sort the profile after pinned

This commit is contained in:
Michael 2019-11-07 07:39:50 +00:00
parent 463c9131b6
commit 91ad7936f3
2 changed files with 22 additions and 14 deletions

View file

@ -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));