Initial test threaded convo view inline on public, all timelines
This commit is contained in:
@@ -212,7 +212,7 @@ class PublicAction extends Action
|
||||
|
||||
function showContent()
|
||||
{
|
||||
$nl = new NoticeList($this->notice, $this);
|
||||
$nl = new ThreadedNoticeList($this->notice, $this);
|
||||
|
||||
$cnt = $nl->show();
|
||||
|
||||
|
Reference in New Issue
Block a user