Skip to content

Commit 886f932

Browse files
committed
remove unneeded todo
1 parent 463d454 commit 886f932

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extension/js/content_scripts/webmail/thunderbird/thunderbird-element-replacer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export class ThunderbirdElementReplacer extends WebmailElementReplacer {
9191
const generatedPgpTemplate = this.generatePgpAttachmentTemplate(attachment);
9292
$('.pgp_attachments_block').append(generatedPgpTemplate); // xss-sanitized
9393
}
94-
// todo: detect encrypted message send as attachment and render it when email body is empty
9594
// todo: detached signed message via https://github.com/FlowCrypt/flowcrypt-browser/issues/5668
9695
}
9796
}

0 commit comments

Comments
 (0)