Merge pull request #14508 from annando/issue-13270

Issue 13270: Fix display of private comments on the profile page
pull/14513/head
Tobias Diekershoff 2024-10-28 06:51:04 +01:00 committed by GitHub
commit a73319fa98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class Conversations extends BaseProfile
$items = array_merge($items, $pinned);
}
$o .= $this->conversation->render($items, Conversation::MODE_PROFILE, false, false, 'pinned_received', $profile['uid']);
$o .= $this->conversation->render($items, Conversation::MODE_PROFILE, false, false, 'pinned_received', $this->session->getLocalUserId());
$o .= $pager->renderMinimal(count($items));