Hide deleted comments unless they're needed for context
Bug 1580499. Updating comments feature to adapt to the new
behavior, and removing redundant "feedback_configuration" feature
file.
Change-Id: Ib48cbb19f6ab9cc4937f31cef504724569680e1f
@@ -218,7 +218,7 @@ class PluginBlocktypeTaggedposts extends MaharaCoreBlocktype {
$artefact=newArtefactTypeBlogpost($result->id);
// get comments for this post
$result->commentcount=count_records_select('artefact_comment_comment',"onartefact = {$result->id} AND private = 0 AND deletedby IS NULL");
$result->commentcount=count_records_select('artefact_comment_comment',"onartefact = {$result->id} AND private = 0 AND deletedby IS NULL AND hidden=0");