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

Provide link to all rooms when on mobile Conpherence

Summary: There isn't any link back to all your joined rooms when on mobile, add it here.

Test Plan: Pull up mobile, click on menu, see list of threads, click on other room.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+6
+6
src/applications/conpherence/controller/ConpherenceController.php
··· 20 20 if ($conpherence) { 21 21 $nav->addMenuItem( 22 22 id(new PHUIListItemView()) 23 + ->setName(pht('Joined Rooms')) 24 + ->setType(PHUIListItemView::TYPE_LINK) 25 + ->setHref($this->getApplicationURI())); 26 + 27 + $nav->addMenuItem( 28 + id(new PHUIListItemView()) 23 29 ->setName(pht('Edit Room')) 24 30 ->setType(PHUIListItemView::TYPE_LINK) 25 31 ->setHref(