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,
|
||||
contentType,
|
||||
bodyStructure: email.bodyStructure,
|
||||
bodyValues: email.bodyValues,
|
||||
attachments: email.attachments,
|
||||
blobId: email.blobId,
|
||||
from: email.from,
|
||||
|
||||
Reference in New Issue
Block a user