mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
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
This commit is contained in:
parent
d79972ecb3
commit
eec2d953e0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ final class ConpherenceColumnViewController extends
|
|||
$latest_conpherences = array();
|
||||
$latest_participant = id(new ConpherenceParticipantQuery())
|
||||
->withParticipantPHIDs(array($user->getPHID()))
|
||||
->setLimit(6)
|
||||
->setLimit(8)
|
||||
->execute();
|
||||
if ($latest_participant) {
|
||||
$conpherence_phids = mpull($latest_participant, 'getConpherencePHID');
|
||||
|
|
Loading…
Reference in a new issue