From e23e6af06a44cc4b016df5778984602d49e52629 Mon Sep 17 00:00:00 2001 From: Haileyesus <118998054+blackmammoth@users.noreply.github.com> Date: Tue, 16 Jun 2026 17:27:54 +0300 Subject: [PATCH] docs: update session activity guard comment --- src/hooks/useSessionProtection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useSessionProtection.ts b/src/hooks/useSessionProtection.ts index f7c7889f..d2617da9 100644 --- a/src/hooks/useSessionProtection.ts +++ b/src/hooks/useSessionProtection.ts @@ -6,7 +6,7 @@ export interface SessionActivity { canInterrupt: boolean; /** * When this request was first marked as processing (client clock). Drives - * the elapsed-time display and the stale `session-status` reply guard. + * the elapsed-time display and the stale `chat_subscribed` idle-ack guard. */ startedAt: number; }