forked from GNUsocial/gnu-social
use conversationnoticestream in conversationrepliesaction
This commit is contained in:
parent
79f3c0939b
commit
9a86e64b46
@ -66,9 +66,7 @@ class ConversationRepliesAction extends ConversationAction
|
|||||||
*/
|
*/
|
||||||
function showContent()
|
function showContent()
|
||||||
{
|
{
|
||||||
$notices = Notice::conversationStream($this->id, null, null);
|
$ct = new FullThreadedNoticeList($this->notices, $this);
|
||||||
|
|
||||||
$ct = new FullThreadedNoticeList($notices, $this);
|
|
||||||
|
|
||||||
$cnt = $ct->show();
|
$cnt = $ct->show();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user