213,215d212
< 		// Attempt to clear notifications for this topic
< 		$marked    = bp_notifications_mark_notifications_by_type( $user_id, $component, 'bbp_new_reply_' . $topic_id );
< 
226c223
< 				$marked = bp_notifications_mark_notifications_by_item_id( $user_id, $reply_id, $component, 'bbp_new_reply' );
---
> 				$marked = bp_notifications_mark_notifications_by_item_id( $user_id, $reply_id, $component, 'bbp_new_reply_' . $topic_id );
234a232,235
> 		// Attempt to clear notifications for this topic
> 		$marked    = bp_notifications_mark_notifications_by_type( $user_id, $component, 'bbp_new_reply_' . $topic_id ) || $marked;
> 
> 
