Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15398462
D16660.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
653 B
Referenced Files
None
Subscribers
None
D16660.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D16660: Use most recent transaction in Conpherence notification menu
Attached
Detach File
Event Timeline
Log In to Comment