mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Remove unused mailtag in badges
Summary: grep for MAILTAG_NAME in badges, not used. Test Plan: view edit preferences, grep Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D13887
This commit is contained in:
parent
d22930c0fd
commit
489c7ce048
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ final class PhabricatorBadgesTransaction
|
|||
const TYPE_STATUS = 'badges:status';
|
||||
const TYPE_FLAVOR = 'badges:flavor';
|
||||
|
||||
const MAILTAG_NAME = 'badges:name';
|
||||
const MAILTAG_DETAILS = 'badges:details';
|
||||
const MAILTAG_COMMENT = 'badges:comment';
|
||||
const MAILTAG_OTHER = 'badges:other';
|
||||
|
|
Loading…
Reference in a new issue