Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14096105
D21239.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
627 B
Referenced Files
None
Subscribers
None
D21239.diff
View Options
diff --git a/src/applications/differential/controller/DifferentialRevisionViewController.php b/src/applications/differential/controller/DifferentialRevisionViewController.php
--- a/src/applications/differential/controller/DifferentialRevisionViewController.php
+++ b/src/applications/differential/controller/DifferentialRevisionViewController.php
@@ -234,6 +234,8 @@
->withPublishedComments(true)
->execute();
+ $inlines = mpull($inlines, 'newInlineCommentObject');
+
$inlines = id(new PhabricatorInlineCommentAdjustmentEngine())
->setViewer($viewer)
->setRevision($revision)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 27, 1:35 AM (18 h, 55 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6791508
Default Alt Text
D21239.diff (627 B)
Attached To
Mode
D21239: Fix an issue where storage inlines are fed to InlineAdjustmentEngine
Attached
Detach File
Event Timeline
Log In to Comment