fix: add bodyValues to onRenderEmailBody hook
This commit is contained in:
committed by
Linus Rath
parent
37152504b4
commit
432ba0516b
@@ -1175,6 +1175,7 @@ export function EmailViewer({
|
|||||||
id: email.id,
|
id: email.id,
|
||||||
contentType,
|
contentType,
|
||||||
bodyStructure: email.bodyStructure,
|
bodyStructure: email.bodyStructure,
|
||||||
|
bodyValues: email.bodyValues,
|
||||||
attachments: email.attachments,
|
attachments: email.attachments,
|
||||||
blobId: email.blobId,
|
blobId: email.blobId,
|
||||||
from: email.from,
|
from: email.from,
|
||||||
|
|||||||
Reference in New Issue
Block a user