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

Remove Send Message Button on Profile w/ no Conpherence

Summary: Fixes T7847

Test Plan: Uninstall Conpherence

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7847

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

+1 -1
+1 -1
src/applications/people/controller/PhabricatorPeopleProfileController.php
··· 133 133 $crumbs = $this->buildApplicationCrumbs(); 134 134 $crumbs->addTextCrumb($name); 135 135 136 - $class = 'PhabricatorManiphestApplication'; 136 + $class = 'PhabricatorConpherenceApplication'; 137 137 if (PhabricatorApplication::isClassInstalledForViewer($class, $viewer)) { 138 138 $href = '/conpherence/new/?participant='.$user->getPHID(); 139 139 $image = id(new PHUIIconView())