public function getUpdateCounts()
 {
     global $wgUser;
     $wne = new WallNotificationsEveryone();
     $wne->processQueue($wgUser->getId());
     $wn = new WallNotifications();
     $this->getUpdateCountsInternal($wn);
     return true;
 }