fix: increase typing timeout to 4s (#119)

The frontend only sends typing updates every 2.5-3s, so the 1s
timeout caused the typing indicator to flicker.

Signed-off-by: Aeledfyr <aeledfyr@gmail.com>
This commit is contained in:
Aeledfyr
2025-10-22 15:27:16 -05:00
committed by GitHub
parent 1c8e4201cb
commit 1e1b738a82
+1 -1
View File
@@ -599,7 +599,7 @@ export async function handleEvent(
{ ...event, type: "ChannelStopTyping" },
setReady,
),
1000,
4000,
) as never;
client.emit(