Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15448326
D20622.id49198.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D20622.id49198.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 29, 4:13 AM (6 d, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7235604
Default Alt Text
D20622.id49198.diff (1 KB)
Attached To
Mode
D20622: Correct transaction strengths after inconsitent scaling by 100 vs 1000
Attached
Detach File
Event Timeline
Log In to Comment