Fix mobile conversation launch resetting to homepage #27

Merged
ryan merged 1 commits from fix/mobile-conversation-launch into main 2026-04-09 22:09:55 -04:00

1 Commits

Author SHA1 Message Date
Ryan Chen
f3ae76ce68 Fix mobile conversation launch resetting to homepage
Remove the useEffect on selectedConversation.id that race-conditions
with handleQuestionSubmit — it fetches the (still-empty) conversation
and wipes messages, sending the user back to the empty state. Refresh
conversation list after streaming completes instead to pick up the
auto-generated title.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 22:08:26 -04:00