Merge 812786a4ec861aba15e7e419a50aa44f760cb327 into 9fb78453e088cd7b553d7779faa0de5c83708e70
This commit is contained in:
commit
71fbecaf3c
@ -343,6 +343,15 @@ async function processMessageWithPipeline(params: {
|
||||
onModelSelected,
|
||||
},
|
||||
});
|
||||
|
||||
// Clean up typing message if deliver was never called (e.g. NO_REPLY after emoji reaction)
|
||||
if (typingMessageName) {
|
||||
try {
|
||||
await deleteGoogleChatMessage({ account, messageName: typingMessageName });
|
||||
} catch (err) {
|
||||
runtime.error?.(`Google Chat typing cleanup on NO_REPLY failed: ${String(err)}`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
async function downloadAttachment(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user