Index: bp-notifications/bp-notifications-classes.php
--- bp-notifications/bp-notifications-classes.php
+++ bp-notifications/bp-notifications-classes.php
@@ -553,7 +553,7 @@
 			'user_id'           => false,
 			'item_id'           => false,
 			'secondary_item_id' => false,
-			'component_name'    => false,
+			'component_name'    => buddypress()->active_components,
 			'component_action'  => false,
 			'is_new'            => true,
 			'search_terms'      => '',
Index: bp-notifications/bp-notifications-functions.php
--- bp-notifications/bp-notifications-functions.php
+++ bp-notifications/bp-notifications-functions.php
@@ -123,8 +123,7 @@
 	// Setup local variables
 	$bp                    = buddypress();
 	$notifications         = BP_Notifications_Notification::get( array(
-		'user_id'        => $user_id,
-		'component_name' => array_keys( $bp->active_components ),
+		'user_id' => $user_id
 	) );
 	$grouped_notifications = array(); // Notification groups
 	$renderable            = array(); // Renderable notifications
