Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13980177
D8216.id19545.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
667 B
Referenced Files
None
Subscribers
None
D8216.id19545.diff
View Options
diff --git a/src/applications/differential/mail/DifferentialCommentMail.php b/src/applications/differential/mail/DifferentialCommentMail.php
--- a/src/applications/differential/mail/DifferentialCommentMail.php
+++ b/src/applications/differential/mail/DifferentialCommentMail.php
@@ -154,6 +154,10 @@
$body[] = null;
foreach ($this->getComments() as $comment) {
+ if ($comment->getAction() == DifferentialTransaction::TYPE_INLINE) {
+ // These have comment content now, but are rendered below.
+ continue;
+ }
$content = $comment->getContent();
if (strlen($content)) {
$body[] = $this->formatText($content);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 20 2024, 8:55 AM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6735908
Default Alt Text
D8216.id19545.diff (667 B)
Attached To
Mode
D8216: Fix double-rendering of inline comments in mail
Attached
Detach File
Event Timeline
Log In to Comment