fix: add bodyValues to onRenderEmailBody hook

This commit is contained in:
Paulhenry Saux
2026-07-13 21:21:07 +02:00
committed by Linus Rath
parent 37152504b4
commit 432ba0516b
+1
View File
@@ -1175,6 +1175,7 @@ export function EmailViewer({
id: email.id,
contentType,
bodyStructure: email.bodyStructure,
bodyValues: email.bodyValues,
attachments: email.attachments,
blobId: email.blobId,
from: email.from,