Page MenuHomePhabricator

D13042.id.diff
No OneTemporary

D13042.id.diff

diff --git a/src/applications/differential/storage/DifferentialInlineComment.php b/src/applications/differential/storage/DifferentialInlineComment.php
--- a/src/applications/differential/storage/DifferentialInlineComment.php
+++ b/src/applications/differential/storage/DifferentialInlineComment.php
@@ -51,10 +51,16 @@
}
public function supportsHiding() {
+ if ($this->getSyntheticAuthor()) {
+ return false;
+ }
return true;
}
public function isHidden() {
+ if (!$this->supportsHiding()) {
+ return false;
+ }
return $this->proxy->getIsHidden();
}

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 28, 5:14 AM (4 d, 17 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7318400
Default Alt Text
D13042.id.diff (603 B)

Event Timeline