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

Update durable column to 8 rooms

Summary: We have more space here for last 8.

Test Plan: Reload, see 8.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+1 -1
+1 -1
src/applications/conpherence/controller/ConpherenceColumnViewController.php
··· 9 9 $latest_conpherences = array(); 10 10 $latest_participant = id(new ConpherenceParticipantQuery()) 11 11 ->withParticipantPHIDs(array($user->getPHID())) 12 - ->setLimit(6) 12 + ->setLimit(8) 13 13 ->execute(); 14 14 if ($latest_participant) { 15 15 $conpherence_phids = mpull($latest_participant, 'getConpherencePHID');