Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17767192
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
Thu, Jul 24, 5:25 AM (2 d, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8584195
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