show all the notices, not just latest 20
This commit is contained in:
parent
3b6ff92495
commit
0057f3da81
|
@ -107,7 +107,7 @@ class ConversationAction extends Action
|
||||||
|
|
||||||
function showContent()
|
function showContent()
|
||||||
{
|
{
|
||||||
$notices = Notice::conversationStream($this->id);
|
$notices = Notice::conversationStream($this->id, 0, null);
|
||||||
|
|
||||||
$ct = new ConversationTree($notices, $this);
|
$ct = new ConversationTree($notices, $this);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user