@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.

Fix missing mailtags in PHUrl

Summary: Adds in missing mailtag constants in PHUrl

Test Plan: view email settings page

Reviewers: epriestley, lpriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D13709

+3
+3
src/applications/phurl/storage/PhabricatorPhurlURLTransaction.php
··· 7 7 const TYPE_URL = 'phurl.longurl'; 8 8 const TYPE_DESCRIPTION = 'phurl.description'; 9 9 10 + const MAILTAG_CONTENT = 'phurl:content'; 11 + const MAILTAG_OTHER = 'phurl:other'; 12 + 10 13 public function getApplicationName() { 11 14 return 'phurl'; 12 15 }