hotfix: add missing ChatUpdate import - PRODUCTION DOWN

URGENT: Production system down due to TypeScript compilation error.

Error:
  src/Socket/chats.ts(1313,30): error TS2304: Cannot find name 'ChatUpdate'

Fix:
  Added ChatUpdate to type imports (line 10)

This was missed in the PR merge and is blocking npm install.

https://claude.ai/code/session_01SoNUGBEWbJwWWws3F2fuzh
This commit is contained in:
Claude
2026-02-09 22:27:30 +00:00
parent cae282a450
commit 4f7ec522d1
+1
View File
@@ -8,6 +8,7 @@ import type {
CacheStore,
ChatModification,
ChatMutation,
ChatUpdate,
LTHashState,
MessageUpsertType,
PresenceData,