private function subscribe(PFUser $user)
 {
     $this->artifact_dao->deleteUnsubscribeNotification($this->artifact->getId(), $user->getId());
 }