From d832f656599b153be8826bc43e1832209b2a1bf6 Mon Sep 17 00:00:00 2001
From: Matthias Nott <mnott@mnsoft.org>
Date: Sun, 08 Mar 2026 07:10:12 +0100
Subject: [PATCH] feat: per-session typing, incoming toast, remove switched-to messages

---
 types/index.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/types/index.ts b/types/index.ts
index bea9e77..613d2d6 100644
--- a/types/index.ts
+++ b/types/index.ts
@@ -108,6 +108,7 @@
 export interface WsIncomingTyping {
   type: "typing";
   typing: boolean;
+  sessionId?: string;
 }
 
 export interface WsIncomingError {

--
Gitblit v1.3.1