@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

-1
-1
src/applications/badges/storage/PhabricatorBadgesTransaction.php
··· 10 10 const TYPE_STATUS = 'badges:status'; 11 11 const TYPE_FLAVOR = 'badges:flavor'; 12 12 13 - const MAILTAG_NAME = 'badges:name'; 14 13 const MAILTAG_DETAILS = 'badges:details'; 15 14 const MAILTAG_COMMENT = 'badges:comment'; 16 15 const MAILTAG_OTHER = 'badges:other';