Page MenuHomePhorge

D25824.1736907264.diff
No OneTemporary

D25824.1736907264.diff

diff --git a/src/applications/audit/storage/PhabricatorAuditTransaction.php b/src/applications/audit/storage/PhabricatorAuditTransaction.php
--- a/src/applications/audit/storage/PhabricatorAuditTransaction.php
+++ b/src/applications/audit/storage/PhabricatorAuditTransaction.php
@@ -427,8 +427,13 @@
public function getBodyForFeed(PhabricatorFeedStory $story) {
switch ($this->getTransactionType()) {
case self::TYPE_COMMIT:
- $data = $this->getNewValue();
- return $story->renderSummary($data['summary']);
+ // At the moment commits have the very same title,
+ // and the very same body in web feeds.
+ // Maybe better to just show one of them.
+ // https://we.phorge.it/T15489
+ // $data = $this->getNewValue();
+ // return $story->renderSummary($data['summary']);
+ return null;
}
return parent::getBodyForFeed($story);
}

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 15, 02:14 (2 d, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113950
Default Alt Text
D25824.1736907264.diff (917 B)

Event Timeline