Remove recentParticipants from ConpherenceThread

Summary: We no longer display this any more in the UI, so go ahead and remove the callsites and db column.

Test Plan: New Room, with and without participants.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D17683
This commit is contained in:
Chad Little
2017-04-13 13:30:05 -07:00
parent ce06a051a5
commit 5587abf04c
13 changed files with 7 additions and 153 deletions

View File

@@ -470,7 +470,6 @@ final class ConpherenceUpdateController
$latest_transaction_id) {
$need_transactions = false;
$need_participant_cache = true;
switch ($action) {
case ConpherenceUpdateActions::METADATA:
case ConpherenceUpdateActions::LOAD:
@@ -491,7 +490,6 @@ final class ConpherenceUpdateController
->setViewer($user)
->setAfterTransactionID($latest_transaction_id)
->needProfileImage(true)
->needParticipantCache($need_participant_cache)
->needParticipants(true)
->needTransactions($need_transactions)
->withIDs(array($conpherence_id))