Auto-reply: refresh typing indicator every 8s

This commit is contained in:
Peter Steinberger
2025-11-26 01:27:51 +01:00
parent b029ab933e
commit 1fd4485716
3 changed files with 3 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ export async function getReplyFromConfig(
reply?.mode === "command"
? (reply.typingIntervalSeconds ??
reply?.session?.typingIntervalSeconds ??
30) * 1000
8) * 1000
: 0;
const cleanupTyping = () => {
if (typingTimer) {