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

Add PhamePost body content to emails

Summary: Sends out the body of the post along with the details.

Test Plan: Write a new post, see body in email.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9360

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

+1
+1
src/applications/phame/editor/PhamePostEditor.php
··· 209 209 210 210 $body = parent::buildMailBody($object, $xactions); 211 211 212 + $body->addRemarkupSection(null, $object->getBody()); 212 213 $body->addLinkSection( 213 214 pht('POST DETAIL'), 214 215 PhabricatorEnv::getProductionURI($object->getViewURI()));