Index: src/bp-blogs/bp-blogs-activity.php
===================================================================
--- src/bp-blogs/bp-blogs-activity.php
+++ src/bp-blogs/bp-blogs-activity.php
@@ -776,6 +776,12 @@
 		return;
 	}
 
+	// Check if comments are still open for parent item.
+	$comments_open = bp_blogs_comments_open( $parent_activity );
+	if ( ! $comments_open ) {
+		return;
+	}
+
 	// Get userdata.
 	if ( $params['user_id'] == bp_loggedin_user_id() ) {
 		$user = buddypress()->loggedin_user->userdata;
