diff --git a/src/applications/phame/storage/PhamePost.php b/src/applications/phame/storage/PhamePost.php --- a/src/applications/phame/storage/PhamePost.php +++ b/src/applications/phame/storage/PhamePost.php @@ -15,7 +15,6 @@ PhabricatorFerretInterface { const MARKUP_FIELD_BODY = 'markup:body'; - const MARKUP_FIELD_SUMMARY = 'markup:summary'; protected $bloggerPHID; protected $title; @@ -255,8 +254,6 @@ switch ($field) { case self::MARKUP_FIELD_BODY: return $this->getBody(); - case self::MARKUP_FIELD_SUMMARY: - return PhabricatorMarkupEngine::summarize($this->getBody()); } }