Page MenuHomePhabricator

D16639.id40058.diff
No OneTemporary

D16639.id40058.diff

diff --git a/src/applications/conpherence/mail/ConpherenceReplyHandler.php b/src/applications/conpherence/mail/ConpherenceReplyHandler.php
--- a/src/applications/conpherence/mail/ConpherenceReplyHandler.php
+++ b/src/applications/conpherence/mail/ConpherenceReplyHandler.php
@@ -34,14 +34,8 @@
$user = $this->getActor();
if (!$conpherence->getPHID()) {
$conpherence
- ->attachParticipants(array())
- ->attachFilePHIDs(array());
+ ->attachParticipants(array());
} else {
- $edge_type = PhabricatorObjectHasFileEdgeType::EDGECONST;
- $file_phids = PhabricatorEdgeQuery::loadDestinationPHIDs(
- $conpherence->getPHID(),
- $edge_type);
- $conpherence->attachFilePHIDs($file_phids);
$participants = id(new ConpherenceParticipant())
->loadAllWhere('conpherencePHID = %s', $conpherence->getPHID());
$participants = mpull($participants, null, 'getParticipantPHID');

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 12:51 PM (20 h, 37 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6910411
Default Alt Text
D16639.id40058.diff (954 B)

Event Timeline