forked from GNUsocial/gnu-social
		
	show full threaded notice list in conversation view
This commit is contained in:
		| @@ -123,7 +123,7 @@ class ConversationAction extends Action | ||||
|      */ | ||||
|     function showContent() | ||||
|     { | ||||
|         $tnl = new ThreadedNoticeList($this->notices, $this, $this->userProfile); | ||||
|         $tnl = new FullThreadedNoticeList($this->notices, $this, $this->userProfile); | ||||
|  | ||||
|         $cnt = $tnl->show(); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user