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

Have modular transactions fall back correctly when selecting feed titles

Summary: Ref T9789. Falling back to `parent::` is better, and fixes older-style feed stories for Pastes, like "added a comment".

Test Plan: Viewed a comment feed story about a paste.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9789

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

+1 -1
+1 -1
src/applications/transactions/storage/PhabricatorModularTransaction.php
··· 104 104 return $title; 105 105 } 106 106 107 - return $this->getTitle(); 107 + return parent::getTitleForFeed(); 108 108 } 109 109 110 110 final public function getColor() {