Page MenuHomePhabricator

D13042.id31468.diff
No OneTemporary

D13042.id31468.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
Sun, Dec 22, 5:27 PM (11 h, 57 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6919161
Default Alt Text
D13042.id31468.diff (603 B)

Event Timeline