Page MenuHomePhabricator

D13042.diff
No OneTemporary

D13042.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 21, 2:32 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7318400
Default Alt Text
D13042.diff (603 B)

Event Timeline