diff --git a/controller/NotificationController.php b/controller/NotificationController.php index fce6e9811..699517ba7 100644 --- a/controller/NotificationController.php +++ b/controller/NotificationController.php @@ -174,6 +174,7 @@ class EchoNotificationController { */ public static function resetNotificationCount( $user, $dbSource = DB_SLAVE ) { self::getNotificationCount( $user, false, $dbSource ); + $user->invalidateCache(); } /**