Matthias Nott
2026-03-07 1b0fb4ece961dcf52a32a392103ae70b1ae49ce2
refs
author Matthias Nott <mnott@mnsoft.org>
Saturday, March 7, 2026 12:39 +0100
committer Matthias Nott <mnott@mnsoft.org>
Saturday, March 7, 2026 12:39 +0100
commit1b0fb4ece961dcf52a32a392103ae70b1ae49ce2
tree 90ea00795eaf459db115c4223b70c85b27b48ecd tree | zip | gz
parent 5700a2d3c3dc409a8bde3cfa971beeb9b897435f view | diff
feat: route incoming messages to correct session by sessionId

When server includes sessionId in text/voice/image payloads, route
to that specific session via addMessageToSession instead of always
adding to active session. Enables unread badges on non-active sessions.
2 files modified
changed files
contexts/ChatContext.tsx diff | view | blame | history
types/index.ts diff | view | blame | history