diff --git a/src/global/actions/api/messages.ts b/src/global/actions/api/messages.ts index a8ff5b7e3..1f7306fc1 100644 --- a/src/global/actions/api/messages.ts +++ b/src/global/actions/api/messages.ts @@ -660,6 +660,7 @@ async function saveDraft({ isLocal: true, } : undefined; + global = getGlobal(); global = replaceThreadParam(global, chatId, threadId, 'draft', newDraft); if (!noLocalTimeUpdate) { global = updateChat(global, chatId, { draftDate: newDraft?.date });