Reply: Fix reply in another chat (#5094)
This commit is contained in:
parent
6049090857
commit
c967e86551
@ -660,6 +660,7 @@ async function saveDraft<T extends GlobalState>({
|
|||||||
isLocal: true,
|
isLocal: true,
|
||||||
} : undefined;
|
} : undefined;
|
||||||
|
|
||||||
|
global = getGlobal();
|
||||||
global = replaceThreadParam(global, chatId, threadId, 'draft', newDraft);
|
global = replaceThreadParam(global, chatId, threadId, 'draft', newDraft);
|
||||||
if (!noLocalTimeUpdate) {
|
if (!noLocalTimeUpdate) {
|
||||||
global = updateChat(global, chatId, { draftDate: newDraft?.date });
|
global = updateChat(global, chatId, { draftDate: newDraft?.date });
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user