public function prepareNotification(AJXP_Notification &$notif)
 {
     $notif->setAuthor($this->userId);
     $notif->setDate(time());
 }