Page MenuHomePhabricator

D20622.diff
No OneTemporary

D20622.diff

diff --git a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
--- a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
+++ b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
@@ -1375,16 +1375,16 @@
public function getActionStrength() {
if ($this->isInlineCommentTransaction()) {
- return 250;
+ return 25;
}
switch ($this->getTransactionType()) {
case PhabricatorTransactions::TYPE_COMMENT:
- return 500;
+ return 50;
case PhabricatorTransactions::TYPE_SUBSCRIBERS:
if ($this->isSelfSubscription()) {
// Make this weaker than TYPE_COMMENT.
- return 250;
+ return 25;
}
if ($this->isApplicationAuthor()) {
@@ -1396,14 +1396,14 @@
// In other cases, subscriptions are more interesting than comments
// (which are shown anyway) but less interesting than any other type of
// transaction.
- return 750;
+ return 75;
case PhabricatorTransactions::TYPE_MFA:
// We want MFA signatures to render at the top of transaction groups,
// on top of the things they signed.
- return 10000;
+ return 1000;
}
- return 1000;
+ return 100;
}
public function isCommentTransaction() {

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 28, 12:42 AM (1 w, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7235604
Default Alt Text
D20622.diff (1 KB)

Event Timeline