Browse Source

Add pending column

Signed-off-by: Vitor Mattos <vitor@php.rio>
pull/7513/head
Vitor Mattos 3 years ago
parent
commit
1d752ddca8
No known key found for this signature in database GPG Key ID: B7AB4B76A7CA7318
  1. 1
      lib/Manager.php

1
lib/Manager.php

@ -222,6 +222,7 @@ class Manager {
'creation_timestamp' => $row['comment_creation_timestamp'],
'latest_child_timestamp' => $row['comment_latest_child_timestamp'],
'reactions' => $row['comment_reactions'],
'expire_date' => $row['expire_date'],
]);
}

Loading…
Cancel
Save