diff options
| author | MaheshtheDev <[email protected]> | 2026-01-04 19:01:50 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2026-01-04 19:01:50 +0000 |
| commit | a12852c95d4dd794dea5744b56247dc56698b7ec (patch) | |
| tree | b33723661b532818a62adde583bbd0faf78314ef | |
| parent | fix: add memory google drive connector (#647) (diff) | |
| download | supermemory-a12852c95d4dd794dea5744b56247dc56698b7ec.tar.xz supermemory-a12852c95d4dd794dea5744b56247dc56698b7ec.zip | |
chore: chatid for posthog (#650)01-03-chore_chatid_for_posthog
| -rw-r--r-- | apps/web/components/views/chat/chat-messages.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/components/views/chat/chat-messages.tsx b/apps/web/components/views/chat/chat-messages.tsx index 60a82132..94743985 100644 --- a/apps/web/components/views/chat/chat-messages.tsx +++ b/apps/web/components/views/chat/chat-messages.tsx @@ -266,6 +266,7 @@ export function ChatMessages() { metadata: { projectId: selectedProject, model: selectedModel, + chatId: currentChatId, }, }, }), |