--- buddypress/bp-activity/bp-activity-actions.php	Tue May 10 14:50:10 2011
+++ buddypress/bp-activity/bp-activity-actions.php	Tue May 10 14:50:47 2011
@@ -24,7 +24,7 @@
 		return false;
 
 	// Get the activity details
-	$activity = bp_activity_get_specific( array( 'activity_ids' => $bp->action_variables[0] ) );
+	$activity = bp_activity_get_specific( array( 'activity_ids' => $bp->action_variables[0], 'show_hidden' => true ) );
 
 	// Redirect to root if activity does not exist
 	if ( !$activity = $activity['activities'][0] )
--- buddypress/bp-activity/bp-activity-screens.php	Tue May 10 14:50:19 2011
+++ buddypress/bp-activity/bp-activity-screens.php	Tue May 10 14:51:21 2011
@@ -79,7 +79,7 @@
 		return false; 
 	
 	// Get the activity details
-	$activity = bp_activity_get_specific( array( 'activity_ids' => bp_current_action() ) );
+	$activity = bp_activity_get_specific( array( 'activity_ids' => bp_current_action(), 'show_hidden' => true ) );
 
 	if ( !$activity = $activity['activities'][0] )
 		bp_core_redirect( bp_get_root_domain() );
--- buddypress/bp-themes/bp-default/members/single/activity/permalink.php	Tue May 10 14:25:09 2011
+++ buddypress/bp-themes/bp-default/members/single/activity/permalink.php	Tue May 10 14:25:35 2011
@@ -1,7 +1,7 @@
 <?php get_header() ?>
 
 <div class="activity no-ajax" role="main">
-	<?php if ( bp_has_activities( 'display_comments=threaded&include=' . bp_current_action() ) ) : ?>
+	<?php if ( bp_has_activities( 'display_comments=threaded&show_hidden=true&include=' . bp_current_action() ) ) : ?>
 
 		<ul id="activity-stream" class="activity-list item-list">
 		<?php while ( bp_activities() ) : bp_the_activity(); ?>
