Threaded comments are starting to work.
For now, only on normal view, and not during update
This commit is contained in:
parent
3484d3bc5f
commit
8ecf8167db
6 changed files with 749 additions and 299 deletions
|
|
@ -687,7 +687,7 @@ function network_content(&$a, $update = 0) {
|
|||
|
||||
$mode = (($nouveau) ? 'network-new' : 'network');
|
||||
|
||||
$o .= conversation($a,$items,$mode,$update);
|
||||
$o .= conversation($a,$items,$mode,$update, false, true);
|
||||
|
||||
if(! $update) {
|
||||
if(! get_pconfig(local_user(),'system','alt_pager')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue