diff --git a/src/applications/phurl/storage/PhabricatorPhurlURLTransaction.php b/src/applications/phurl/storage/PhabricatorPhurlURLTransaction.php --- a/src/applications/phurl/storage/PhabricatorPhurlURLTransaction.php +++ b/src/applications/phurl/storage/PhabricatorPhurlURLTransaction.php @@ -7,6 +7,9 @@ const TYPE_URL = 'phurl.longurl'; const TYPE_DESCRIPTION = 'phurl.description'; + const MAILTAG_CONTENT = 'phurl:content'; + const MAILTAG_OTHER = 'phurl:other'; + public function getApplicationName() { return 'phurl'; }