forked from GNUsocial/gnu-social
PrimaryNoticeList so we get InfiniteScroll on profile pages
This commit is contained in:
parent
16f4583498
commit
09412ac813
@ -215,7 +215,7 @@ class ShowstreamAction extends NoticestreamAction
|
|||||||
|
|
||||||
function showNotices()
|
function showNotices()
|
||||||
{
|
{
|
||||||
$pnl = new NoticeList($this->notice, $this);
|
$pnl = new PrimaryNoticeList($this->notice, $this);
|
||||||
$cnt = $pnl->show();
|
$cnt = $pnl->show();
|
||||||
if (0 == $cnt) {
|
if (0 == $cnt) {
|
||||||
$this->showEmptyListMessage();
|
$this->showEmptyListMessage();
|
||||||
|
Loading…
Reference in New Issue
Block a user