public function onFeedUnsubscribe(FeedSub $feedsub)
 {
     if (!$feedsub->isPuSH()) {
         // removes sub_state setting and such
         $feedsub->confirmUnsubscribe();
         return false;
     }
     return true;
 }