Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14389250
D13042.id31468.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
603 B
Referenced Files
None
Subscribers
None
D13042.id31468.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D13042: Fix synthetic (lint) inline comments for comment hiding
Attached
Detach File
Event Timeline
Log In to Comment