ReplayKey

Type Alias ReplayKey 

Source
type ReplayKey = (String, String, String);
Expand description

Tracks (route_id, event_name, scope) tuples whose persisted history has already been replayed to a given route. Skipping replay on resubscribe prevents the frontend’s eventsub flushes (sent on every listener add/remove against the shared ws-main route) from re-emitting completed bash logs on every pane mount or tab switch. Codex P2 on PR #817.