Auto-reply: refresh typing indicator every 8s
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user