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

Use a more conventional spelling of "CLOSED"

Summary: Ref T11114. Wow!

Test Plan: Spelling!

Reviewers: chad, eadler

Reviewed By: chad, eadler

Maniphest Tasks: T11114

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

+1 -1
+1 -1
src/applications/differential/storage/DifferentialTransaction.php
··· 227 227 $tags[] = self::MAILTAG_REVIEWERS; 228 228 break; 229 229 case DifferentialRevisionCloseTransaction::TRANSACTIONTYPE: 230 - $tags[] = self::MAILTAG_CLSOED; 230 + $tags[] = self::MAILTAG_CLOSED; 231 231 break; 232 232 } 233 233