Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14062580
D16689.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
677 B
Referenced Files
None
Subscribers
None
D16689.diff
View Options
diff --git a/src/applications/conpherence/controller/ConpherenceColumnViewController.php b/src/applications/conpherence/controller/ConpherenceColumnViewController.php
--- a/src/applications/conpherence/controller/ConpherenceColumnViewController.php
+++ b/src/applications/conpherence/controller/ConpherenceColumnViewController.php
@@ -9,7 +9,7 @@
$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');
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 12:50 PM (5 h, 37 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6715009
Default Alt Text
D16689.diff (677 B)
Attached To
Mode
D16689: Update durable column to 8 rooms
Attached
Detach File
Event Timeline
Log In to Comment