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

Dead code in Releeph

Summary: Two lines of dead code gone. ##impact!##

Test Plan: View a Releeph request.

Reviewers: foldLeft, epriestley

Reviewed By: epriestley

CC: aran, epriestley

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

-3
-3
src/applications/releeph/view/request/ReleephRequestIntentsView.php
··· 38 38 $request = $this->releephRequest; 39 39 $handles = $request->getHandles(); 40 40 41 - $is_want = $render_intent == ReleephRequest::INTENT_WANT; 42 - $should = $request->shouldBeInBranch(); 43 - 44 41 $pusher_links = array(); 45 42 $user_links = array(); 46 43