From 4afa544641d0eaa45e4256ecfcd9d5d3d47126e0 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 3 Feb 2026 12:00:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E5=8F=91=E9=80=81:=20actionI?= =?UTF-8?q?D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/NewEmail.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/NewEmail.jsx b/src/views/NewEmail.jsx index 3e9e5c3..a12595e 100644 --- a/src/views/NewEmail.jsx +++ b/src/views/NewEmail.jsx @@ -525,6 +525,7 @@ const NewEmail = () => { }) // body.externalID = stickToCid // body.actionID = `${stickToCid}.${msgObj.id}` + body.actionID = `0.${uuid()}` body.contenttype = isRichText ? 'text/html' : 'text/plain' try {