public function setForumNotification($postId, $type)
 {
     // Notify the members of the group
     $forums = new Forums();
     $forums->prepare_notification($postId, $type);
 }