Page MenuHomePhabricator

D16660.diff
No OneTemporary

D16660.diff

diff --git a/src/applications/conpherence/storage/ConpherenceThread.php b/src/applications/conpherence/storage/ConpherenceThread.php
--- a/src/applications/conpherence/storage/ConpherenceThread.php
+++ b/src/applications/conpherence/storage/ConpherenceThread.php
@@ -286,6 +286,9 @@
$message_transaction = null;
$action_transaction = null;
foreach ($transactions as $transaction) {
+ if ($message_transaction || $action_transaction) {
+ break;
+ }
switch ($transaction->getTransactionType()) {
case PhabricatorTransactions::TYPE_COMMENT:
$message_transaction = $transaction;

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 18, 12:10 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7681493
Default Alt Text
D16660.diff (653 B)

Event Timeline