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